atmos.yaml445 B
View on GitHubbase_path: "./"
settings:
experimental: warn
components:
terraform:
base_path: "components/terraform"
command: tofu
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}}"
logs:
level: Info
file: "/dev/stderr"