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

toolchain:
install_path: .tools
registries:
- name: aqua-public
type: aqua
source: https://github.com/aquaproj/aqua-registry/tree/main/pkgs
priority: 10

components:
terraform:
command: tofu
base_path: "components/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:
file: "/dev/stderr"
level: Info

# Note: the SOPS secret backend (`secrets.providers`) is defined per-stack in
# stacks/deploy/dev.yaml rather than here, demonstrating that providers can live in a stack.