diff --git a/atlantis.yaml b/atlantis.yaml new file mode 100644 index 0000000..ab36d15 --- /dev/null +++ b/atlantis.yaml @@ -0,0 +1,22 @@ +## atlantis.yaml file - This file overwrites the Server Side Repo Config section specified in the values.yaml file +version: 3 +automerge: true +projects: + - name: dev + dir: /infra/environments/dev + workspace: default + autoplan: + when_modified: [ "../../modules/**/*.tf", "../*.tf", "*.tf*" ] + enabled: true + - name: production + dir: /infra/environments/prod + workspace: default + autoplan: + enabled: true + apply_requirements: [mergeable, approved, undiverged] + - name: insight + dir: /infra/environments/insight + workspace: default + autoplan: + enabled: true + apply_requirements: [mergeable, approved, undiverged]