modern-nail-38649
05/15/2025, 12:56 PMMain.yaml
✅ Output the full Pulumi stack state (stackName.json
)
✅ No pulumi import
, no Terraformer, no guesswork
🎥 2-min demo: http://x-itm.com/demo.mp4
🔐 Trial: https://x-itm.com/stackforge-trial/
If you’re starting with an existing GCP environment and want a Pulumi version to edit and deploy — this might save you hours.
Happy to answer any beginner questions too 🙏echoing-dinner-19531
05/15/2025, 6:45 PMOutput the full Pulumi stack stateIs that by running import internally as part of the tool to build the state file?
modern-nail-38649
05/15/2025, 8:16 PMpulumi import
under the hood.
StackForge uses the GCP APIs directly to describe resources and resolve dependencies, then programmatically constructs both the Pulumi YAML (Main.yaml
) and the associated stack state (stackName.json
) in Pulumi’s native format.
We essentially replicate what you'd get after a successful pulumi import
, but without the trial/error, manual CLI work, or partial outputs. The result is a clean state file that matches the generated YAML and is deploy-ready — you can open it in the Pulumi Console, run pulumi preview
, or modify it as needed.
Happy to show you an actual example if you want to see how it compares!echoing-dinner-19531
05/15/2025, 8:25 PMmodern-nail-38649
05/15/2025, 8:26 PMechoing-dinner-19531
05/15/2025, 9:10 PM