diff --git a/atlantis.yaml b/atlantis.yaml new file mode 100644 index 0000000..e0a2228 --- /dev/null +++ b/atlantis.yaml @@ -0,0 +1,11 @@ +--- +automerge: false +projects: + - name: application + dir: ./terraform + workspace: prod + autoplan: + enabled: true + when_modified: + - "./terraform/modules/**/*.tf" + - "**/*.tf"