What problem does it solve?
Manually configuring Terramate stacks, environments, and cross-stack dependencies for Terraform infrastructure is time-consuming and error-prone, often leading to inconsistent hierarchy, misconfigured generate_hcl blocks, and broken deployment ordering.
Core Features & Use Cases
- New Stack Provisioning: Add new Terramate stacks to existing environments with pre-defined directory structure, stack identity, and module version globals.
- Environment Management: Create new environments for existing services, inheriting and updating environment-level globals like location and subscription ID.
- Shared Configuration Updates: Modify shared generate_hcl blocks for backends, providers, and variables, with validation to avoid unintended cross-stack changes.
- Use Case: DevOps teams using Terramate with Terraform on Azure can use this skill to rapidly scaffold new infrastructure stacks while enforcing organizational standards and avoiding common configuration errors.
Quick Start
Use the create-terramate-stack skill to add a new Terramate stack for the identity service in the development environment, including all required generate_hcl blocks and cross-stack dependencies.