https://pulumi.com logo
#getting-started
Title
# getting-started
h

hallowed-quill-52018

02/15/2022, 4:03 PM
šŸ‘‹ Hello, team! I have a question about state. I believe I know the answer, but is it possible to store state in terraform enterprise?
b

billowy-army-68599

02/16/2022, 12:43 AM
no, this is not possible. the state is completely different
šŸ‘ 1
f

full-sugar-56177

02/16/2022, 2:08 PM
Sorry to interfere but I want to ask a somehow related question. Is there any possible way to convert pulumi state into a terraform state file? The reason I want this is to use some other services reading tfstate files to report various things.
m

miniature-musician-31262

02/23/2022, 1:44 AM
I’m not aware of anything that does this either.
b

billowy-army-68599

02/28/2022, 6:26 PM
@full-sugar-56177 you can read terraform state files from pulumi using https://github.com/pulumi/pulumi-terraform
3 Views