Skip to main content
Gists are examples that demonstrate a concept, but are not actively maintained and may not work in your environment or current versions of Atmos without adaptations.
atmos.yaml550 B
View on GitHub
base_path: "./"

components:
terraform:
command: tofu
base_path: "components/terraform"
auto_generate_backend_file: false
apply_auto_approve: true

stacks:
base_path: "stacks"
included_paths:
- "**/*.yaml"
name_pattern: "{stage}"

stores:
secrets/ssm:
kind: aws/ssm
secret: true
options:
region: us-east-1
prefix: /atmos-gist/secrets

secrets/asm:
kind: aws/asm
secret: true
options:
region: us-east-1
prefix: atmos-gist/secrets

logs:
file: /dev/stderr
level: Info