Skip to content

Commit f2a276e

Browse files
More plan tweaks
1 parent 6208643 commit f2a276e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,15 @@ 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
36-
ls -al .
35+
ls -al /github/workspace/
3736
echo "------------ PLAN ------------"
38-
cat test.tfplan
37+
cat /github/workspace/test.tfplan
3938
echo "---------- END PLAN ----------"
4039
with:
4140
tf_version: '1.5.5'
4241
tg_version: '0.54.11'
4342
tg_dir: 'platform/sandbox/us-east-2/000'
44-
tg_command: 'plan -out platform/sandbox/us-east-2/000/test.tfplan'
43+
tg_command: 'plan -out test.tfplan'
4544
deploy:
4645
runs-on: ubuntu-latest
4746
needs: [ plan ]

0 commit comments

Comments
 (0)