Change Log
June 26, 2025
What's New
Improved Custom Resource Management: Delete Your Custom Resources
You can now delete custom modules directly from the topology canvas if you have a DevOps or Admin role. This feature lets you keep your workspace uncluttered by removing custom modules you no longer want to use from the Add New Resource panel.
Key features
- Soft Delete by Default: Deleting a custom module hides it from the Add New Resource panel and prevents further use in new deployments, while preserving it in existing appStacks where it is used.
- Delete Specific Versions: You can delete specific versions of a custom module, provided they are not actively used in any of your appStacks.
- Error Handling: Attempts to delete custom modules that are still in use in one of your appStacks will throw an error pointing to the appStack where the custom module is in use. When deleting a module, the UI will show a warning explaining this behavior to avoid confusion.
For full details, refer to the Custom Modules page.
StackGen CLI v0.62.0 — OpenTofu Support
StackGen CLI now supports OpenTofu for infrastructure provisioning! The new --iac-tool
flag for ILM commands lets you run provision
, destroy
, and drift
using the default provisioning engine OpenTofu.
You can still default to Terraform by passing --iac-tool=terraform
.
Example Usage
stackgen provision --iac-tool=tofu
stackgen destroy --iac-tool=terraform
stackgen drift --iac-tool=tofu
View full usage guide to learn more about CLI Infra Provisioning with OpenTofu
Intent2Infra: Idea to Infra in Seconds
Transform your cloud ideas into Infrastructure as Code, instantly.
- Describe infra in plain English or upload a sketch
- Get real-time previews of Terraform/OpenTofu code
- Export and refine your architecture in StackGen
No account needed to try, just start typing or uploading!
Try Examples Like:
-
"A web app with a load balancer and RDS database"
-
Upload a whiteboard sketch or slide screenshot
Learn more about Intent2Infra or get started right away.