We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23077a7 + c62f6c6 commit 4d39a03Copy full SHA for 4d39a03
examples/snippets/.github/workflows/atmos-terraform-drift-remediation.yaml
@@ -18,6 +18,7 @@ jobs:
18
name: Remediate Drift
19
runs-on: ["self-hosted", "terraform"]
20
steps:
21
+ - uses: unfor19/install-aws-cli-action@v1
22
- name: Remediate Drift
23
uses: cloudposse/github-action-atmos-terraform-drift-remediation@v2
24
with:
@@ -43,3 +44,4 @@ jobs:
43
44
action: discard
45
atmos-version: ${{ vars.ATMOS_VERSION }}
46
atmos-config-path: ${{ vars.ATMOS_CONFIG_PATH }}
47
+
0 commit comments