-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Managed by Terraform, adding atlantis config to watch infra/dev, infr…
…a/prod
- Loading branch information
1 parent
fe74c45
commit 844e026
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |