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 54eef5e commit 1755493Copy full SHA for 1755493
.github/workflows/test.yml
@@ -50,11 +50,8 @@ jobs:
50
sudo apt update -yqq && sudo apt install python3 -yqq
51
INPUT_PRE_EXEC_1: |
52
echo $TERRAFORM_PLAN >> platform/sandbox/us-east-2/000/sandbox.tfplan
53
- INPUT_PRE_EXEC_2: |
54
- echo "-------- PLAN --------"
55
- cat platform/sandbox/us-east-2/000/sandbox.tfplan
56
with:
57
tf_version: '1.5.5'
58
tg_version: '0.54.11'
59
tg_dir: 'platform/sandbox/us-east-2/000'
60
- tg_command: 'apply'
+ tg_command: 'apply sandbox.tfplan'
0 commit comments