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

components:
terraform:
base_path: "components"
apply_auto_approve: false
deploy_run_init: true
init_run_reconfigure: true
auto_generate_backend_file: false

stacks:
base_path: "stacks"
included_paths:
- "deploy/**/*"
excluded_paths:
- "**/_defaults.yaml"
name_template: "{{.vars.stage}}"
workflows:
base_path: "stacks/workflows"

logs:
file: "/dev/stderr"
level: Info

Related Documentation