Skip to content

Commit 9f00cb4

Browse files
More plan tweaks
1 parent c3f70e3 commit 9f00cb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ jobs:
3232
set -x ; sudo apt update -yqq && sudo apt install python3 -yqq
3333
INPUT_POST_EXEC_0: |
3434
pwd
35+
ls -al .terragrunt-cache
3536
ls -al .
3637
echo "------------ PLAN ------------"
37-
cat tg-plan.json
38+
cat test.tfplan
3839
echo "---------- END PLAN ----------"
3940
with:
4041
tf_version: '1.5.5'
4142
tg_version: '0.54.11'
4243
tg_dir: 'platform/sandbox/us-east-2/000'
43-
tg_command: 'plan -out tg-plan.json'
44+
tg_command: 'plan -out $(pwd)/test.tfplan'
4445
deploy:
4546
runs-on: ubuntu-latest
4647
needs: [ plan ]

0 commit comments

Comments
 (0)