atmos.yaml414 B
View on GitHub# Minimal Atmos configuration for file generation demo
base_path: "./"
components:
terraform:
base_path: "components/terraform"
apply_auto_approve: false
deploy_run_init: true
auto_generate_files: true
stacks:
base_path: "stacks"
included_paths:
- "deploy/**/*"
excluded_paths:
- "**/_defaults.yaml"
name_template: "{{ .vars.stage }}"
logs:
level: Info
file: "/dev/stderr"