This message was deleted.
# azure
s
This message was deleted.
n
awesome, thanks @broad-dog-22463
b
Let me know if you have any questions about this
n
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
Yes Pulumi has no support to store code back to the same tfstate backend
n
thanks anyway @broad-dog-22463