Skip to content

Commit 1755493

Browse files
Apply the plan
1 parent 54eef5e commit 1755493

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ jobs:
5050
sudo apt update -yqq && sudo apt install python3 -yqq
5151
INPUT_PRE_EXEC_1: |
5252
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
5653
with:
5754
tf_version: '1.5.5'
5855
tg_version: '0.54.11'
5956
tg_dir: 'platform/sandbox/us-east-2/000'
60-
tg_command: 'apply'
57+
tg_command: 'apply sandbox.tfplan'

0 commit comments

Comments
 (0)