Skip to content

Commit aba0e90

Browse files
[autofix.ci] apply automated fixes
1 parent 38da6e2 commit aba0e90

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

tests/fixtures/scenarios/atmos-pro/atmos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components:
77
deploy_run_init: true
88
init_run_reconfigure: true
99
auto_generate_backend_file: false
10-
10+
1111
stacks:
1212
base_path: "stacks"
1313
included_paths:

tests/fixtures/scenarios/atmos-pro/stacks/deploy/nonprod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ components:
4141
enabled: false
4242
vars:
4343
foo: "foo nonprod override"
44-
bar: "bar nonprod override"
44+
bar: "bar nonprod override"

tests/fixtures/scenarios/atmos-pro/stacks/deploy/prod.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ components:
3030
vars:
3131
foo: "foo prod override"
3232
bar: "bar prod override"
33-

tests/fixtures/scenarios/atmos-pro/stacks/mixins/atmos-pro.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plan-wf-config: &plan-wf-config
33
inputs:
44
component: "{{ .atmos_component }}"
55
stack: "{{ .atmos_stack }}"
6-
6+
77
apply-wf-config: &apply-wf-config
88
atmos-pro-terraform-apply.yaml:
99
inputs:
@@ -23,4 +23,4 @@ settings:
2323
workflows: *plan-wf-config
2424
# merged is a custom event for Atmos Pro that is triggered when a PR is closed and merged.
2525
merged:
26-
workflows: *apply-wf-config
26+
workflows: *apply-wf-config

0 commit comments

Comments
 (0)