Skip to content

Commit

Permalink
Managed by Terraform, adding atlantis config to watch infra/dev, infr…
Browse files Browse the repository at this point in the history
…a/prod
  • Loading branch information
airthings-atlantis committed Mar 7, 2024
1 parent fe74c45 commit 844e026
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions atlantis.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 844e026

Please sign in to comment.