https://pulumi.com logo
Title
n

numerous-artist-1705

01/08/2021, 11:48 AM
hi everyone. do you know if it is possible to use a Terraform state stored in Azure Storage blobs as a state for Pulumi?
n

numerous-artist-1705

01/08/2021, 1:41 PM
awesome, thanks @broad-dog-22463
b

broad-dog-22463

01/08/2021, 1:41 PM
Let me know if you have any questions about this
n

numerous-artist-1705

01/13/2021, 11:49 AM
thanks @broad-dog-22463, I am trying to get this to work now, but I am not sure it does what I am after.
basically I have a resource in Azure created with Terraform and the state is stored in Azure Blob. I would like to convert the Terraform code to Pulumi, but still use the old tfstate in blob, is that possible? the RemoteStateReference seems to be just an external reference rather than a backend for Pulumi.
b

broad-dog-22463

01/13/2021, 12:30 PM
Yes Pulumi has no support to store code back to the same tfstate backend
n

numerous-artist-1705

01/13/2021, 12:57 PM
thanks anyway @broad-dog-22463