File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
tests/fixtures/scenarios/atmos-pro Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ components:
7
7
deploy_run_init : true
8
8
init_run_reconfigure : true
9
9
auto_generate_backend_file : false
10
-
10
+
11
11
stacks :
12
12
base_path : " stacks"
13
13
included_paths :
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ components:
41
41
enabled : false
42
42
vars :
43
43
foo : " foo nonprod override"
44
- bar : " bar nonprod override"
44
+ bar : " bar nonprod override"
Original file line number Diff line number Diff line change @@ -30,4 +30,3 @@ components:
30
30
vars :
31
31
foo : " foo prod override"
32
32
bar : " bar prod override"
33
-
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plan-wf-config: &plan-wf-config
3
3
inputs :
4
4
component : " {{ .atmos_component }}"
5
5
stack : " {{ .atmos_stack }}"
6
-
6
+
7
7
apply-wf-config : &apply-wf-config
8
8
atmos-pro-terraform-apply.yaml :
9
9
inputs :
@@ -23,4 +23,4 @@ settings:
23
23
workflows : *plan-wf-config
24
24
# merged is a custom event for Atmos Pro that is triggered when a PR is closed and merged.
25
25
merged :
26
- workflows : *apply-wf-config
26
+ workflows : *apply-wf-config
You can’t perform that action at this time.
0 commit comments