April 2025
Starting with this release, we’ve updated our naming convention to reflect the month in which a release is shipped, rather than the month in which it was developed. This change makes it easier to track and reference releases based on when they become available to you. You may notice a shift in the naming of our release notes. No action is required on your part. Check out the latest May 2025 release.
Our April 2025 release brings new features to StackGen, including new capabilities across our developer platform and cloud migration use cases.
We now support custom Terraform modules that can be shared with developer teams, enabling them to deploy hundreds of cloud services within the Terraform registry beyond AWS, Azure, and GCP, such as Databricks, Snowflake, and Confluent. We also support Terraform state file sharing across developer teams and environments. For platform engineers who create hardened Terraform modules for other developers to consume public or private cloud services, we are launching a module editor (beta version) which also includes support for custom providers.
For cloud migration use cases, we now support additional AWS and Google Cloud Platform (GCP) resources. Refer to the Supported Resources documentation to view the complete list.
User experience improvements: We now support resource search within the visual infrastructure topology, search within the + Add Resource panel, and severity and remediation insights for policy violations found during initial infrastructure scans.
We have also made bug fixes within our UI and CLI. Check out the release notes for a more detailed breakdown of what’s new in this month’s release.
- What's New
- What's Enhanced
- Enhanced Backend Configuration Support
- Improved Override TFvars UX
- Get IaC Best Practice Tips While Importing Terraform or Topology Files in Import Logs
- User Interface Enhancements for Topology and appStack Creation
- Resource Search
- Enhanced Custom Terraform Module Sharing
- Enhanced Usability in the Add Resources Panel
- What's Fixed
- Unable to Set Configuration Variables to “Required” While Creating a Custom Module
- UI Breaks for Long Keys in
list(object)
Data Type in Custom Modules - Incorrect Resource Pack Output for
--provider
Flag in CLI - Misaligned Checkmark in Attribute Dropdown for Long Attribute Names
- Resource Packs Do Not Load Consistently When Governance Policy Is Applied
- Custom Override and Mapping Policy Fixes for Governance
- Incorrect Handling of
moves.tf
During Terraform Import - Input Fields in Custom Resource Editor Does Not Accept Full Text
- Governance ID and Proceed Button Issues During appStack Creation
- ECS Service: Unable to Set Operating System and CPU Architecture
- Supported Resources
What's New
StackGen CLI
Click to view
-
Cloud2code CLI now identifies the child resources: of a parent resource and imports them while querying an Azure resource group. For example, if a VNet is imported, StackGen will import all its subnets.
-
A new command to view teams: within an organisation. You can run the following to view all the teams assigned to your role.
stackgen team list
For more information, refer to the View Teams documentation.
-
List Supported Resource Types by Provider: StackGen CLI now supports listing all available resource types for a given cloud provider. This enhancement makes discovering and referencing valid resource types easier while defining templates or working with infrastructure as code.
stackgen resource type --provider <provider_name>
Refer to the View Supported Resource Types CLI documentation for more information.