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.
1 parent 2d7e667 commit 664fe6aCopy full SHA for 664fe6a
.github/workflows/integration-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
sed -i -e 's#__APPLY_ROLE__#${{ secrets.TERRAFORM_APPLY_ROLE }}#g' ${{ runner.temp }}/atmos.yaml
43
44
- name: Plan Atmos Component
45
- uses: cloudposse/github-action-atmos-terraform-plan@v4
+ uses: cloudposse/github-action-atmos-terraform-plan@v5
46
with:
47
component: "foobar"
48
stack: "plat-ue2-sandbox"
.github/workflows/test-atmos-pro-enabled.yml
@@ -47,7 +47,7 @@ jobs:
cat ${{ runner.temp }}/atmos.yaml
49
50
51
52
component: "foobar-atmos-pro"
53
0 commit comments