Instantiate Your First Bundle β
This tutorial guides you from zero to a generated set of stacks and Terraform code using a Catalyst Bundle.
Prerequisites β
- Terramate Catalyst CLI installed
- A repository with at least one available bundle (local or remote catalog)
Steps β
- Scaffold the bundle
sh
terramate scaffold- Select the bundle and provide requested inputs. The CLI writes an instantiation file (HCL/YAML).
- Generate code
sh
terramate generate- Creates stacks (if missing) and generates Terraform files into them.
- Inspect the result
- Open the created stacks and review generated Terraform.
- Run your usual
terraform plan(or OpenTofu) in the affected stacks.
Next steps β
- Howβto: Reconfigure a bundle
- Concepts: Scaffolding and Code Generation