Files
netology-devops-gw-infra/atlantis.yaml
2023-03-22 10:39:23 +07:00

12 lines
209 B
YAML

---
automerge: false
projects:
- name: application
dir: ./terraform
workspace: prod
autoplan:
enabled: true
when_modified:
- "./terraform/modules/**/*.tf"
- "**/*.tf"