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

workflows:
base_path: "stacks/workflows"

components:
terraform:
base_path: "components/terraform"
command: terraform
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

commands:
- name: say
description: Demonstrate the say step in custom commands
commands:
- name: something
description: Announce when things happen in your workflows
steps:
- name: done
type: say
content: "Use say steps to announce when things happen in your workflows, like when something completes or fails."