[stage-3] add atlantis.yaml

This commit is contained in:
2023-03-22 10:39:23 +07:00
parent 72d269640e
commit 9394bd9334

11
atlantis.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
automerge: false
projects:
- name: application
dir: ./terraform
workspace: prod
autoplan:
enabled: true
when_modified:
- "./terraform/modules/**/*.tf"
- "**/*.tf"