-
Notifications
You must be signed in to change notification settings - Fork 1
/
atlantis.yaml
50 lines (45 loc) · 1.06 KB
/
atlantis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: 3
automerge: false
projects:
- name: app-rapadura-dev
dir: ./infrastructure/app-rapadura
workspace: dev
autoplan:
enabled: true
when_modified: ["*.tf"]
apply_requirements: []
- name: app-rapadura-stg
dir: ./infrastructure/app-rapadura
workspace: stg
autoplan:
enabled: false
when_modified: ["*.tf"]
apply_requirements: []
- name: app-rapadura-prd
dir: ./infrastructure/app-rapadura
workspace: prd
autoplan:
enabled: false
when_modified: ["*.tf"]
apply_requirements: [mergeable, approved]
- name: s3-dev
dir: ./infrastructure/s3
workspace: dev
autoplan:
enabled: true
when_modified: ["*.tf"]
apply_requirements: []
- name: s3-stg
dir: ./infrastructure/s3
workspace: stg
autoplan:
enabled: false
when_modified: ["*.tf"]
apply_requirements: []
- name: s3-prd
dir: ./infrastructure/s3
workspace: prd
autoplan:
enabled: false
when_modified: ["*.tf"]
apply_requirements: [mergeable, approved]