Instantiate a Bundle via CLI β
Prerequisites β
- Terramate Catalyst CLI installed
- At least one bundle available (local
/bundlesor a configured remote catalog)
Steps β
- Scaffold
sh
terramate scaffold- Select a bundle (local or from remote collections)
- Fill in requested inputs
- The instantiation file is written to the path defined by the bundleβs scaffolding config
- Generate
sh
terramate generate- Creates missing stacks defined by the bundle
- Generates Terraform/OpenTofu code into those stacks
Expected result β
- New bundle instantiation file (HCL/YAML)
- Generated code in the target stacks, ready for
plan/applywith your existing tooling
Related guides and references β
- Concepts: Scaffolding and Code Generation
- Reference: Bundle Instantiation