You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Just like we can create an environment that projects Pulumi stack outputs, it would be useful to be able to project values from a terraform state file (s3 backend, or maybe even TF cloud).
This would allow easy integration between a Pulumi stack and a TF-managed environment.
For example, TF is used to manage a VPC and I want my Pulumi program to be able to get the VPC ID and subnet IDs, etc.
Although we have a typescript and python package that enables this in the Pulumi program itself, using an environment to abstract this would be very nice - much like the value of using the pulumi-stacks ESC provider instead of in-line stack references.
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
Just like we can create an environment that projects Pulumi stack outputs, it would be useful to be able to project values from a terraform state file (s3 backend, or maybe even TF cloud).
This would allow easy integration between a Pulumi stack and a TF-managed environment.
For example, TF is used to manage a VPC and I want my Pulumi program to be able to get the VPC ID and subnet IDs, etc.
Although we have a typescript and python package that enables this in the Pulumi program itself, using an environment to abstract this would be very nice - much like the value of using the
pulumi-stacks
ESC provider instead of in-line stack references.Affected area/feature
The text was updated successfully, but these errors were encountered: