Skip to content

Instantiate Your First Bundle ​

This tutorial guides you from zero to a generated set of stacks and Terraform code using a Catalyst Bundle.

Prerequisites ​

Steps ​

  1. Scaffold the bundle
sh
terramate scaffold
  • Select the bundle and provide requested inputs. The CLI writes an instantiation file (HCL/YAML).
  1. Generate code
sh
terramate generate
  • Creates stacks (if missing) and generates Terraform files into them.
  1. Inspect the result
  • Open the created stacks and review generated Terraform.
  • Run your usual terraform plan (or OpenTofu) in the affected stacks.

Next steps ​