forked from cloudposse/atmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ue2-prod.yaml
60 lines (55 loc) · 1.17 KB
/
ue2-prod.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
51
52
53
54
55
56
57
58
59
60
import:
- ue2-globals
vars:
stage: prod
terraform:
vars: {}
helmfile:
vars: {}
components:
terraform:
vpc:
command: "/usr/bin/terraform-0.13"
vars:
cidr_block: "10.102.0.0/18"
settings:
spacelift:
workspace_enabled: false
autodeploy: false
branch: ""
triggers: []
env:
ENV_TEST_1: test1_override
ENV_TEST_2: test2_override
ENV_TEST_4: test4
vpc2:
command: "/usr/bin/terraform-0.13"
component: vpc
vars:
cidr_block: "10.109.0.0/18"
settings:
spacelift:
workspace_enabled: true
autodeploy: true
branch: "test"
triggers: ["a", "b", "c"]
env:
ENV_TEST_1: test1_override
ENV_TEST_2: test2_override
ENV_TEST_4: test4
eks:
vars: {}
settings:
spacelift:
workspace_enabled: true
autodeploy: true
branch: "test"
triggers: ["1", "2", "3"]
env:
ENV_TEST_1: test1_override
ENV_TEST_2: test2_override
ENV_TEST_4: test4
helmfile:
nginx-ingress:
vars:
installed: true