Skip to main content
atmos.yaml242 B
View on GitHub
base_path: "./"

components:
terraform:
base_path: "components/terraform"
platforms:
- darwin_arm64
- linux_amd64

stacks:
base_path: "stacks"
included_paths:
- "deploy/**/*"
name_template: "{{ .vars.stage }}"

Related Documentation