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 1755493 commit cea0085Copy full SHA for cea0085
.github/workflows/test.yml
@@ -31,10 +31,6 @@ jobs:
31
AWS_REGION: ${{ vars.AWS_REGION }}
32
INPUT_PRE_EXEC_0: |
33
sudo apt update -yqq && sudo apt install python3 -yqq
34
- INPUT_POST_EXEC_0: |
35
- tfplan_location=$(find . -name "sandbox.tfplan" -exec realpath {} \;)
36
- tfplan_json=$(terragrunt show -json $tfplan_location)
37
- echo "TERRAFORM_PLAN=$tfplan_json" >> "$GITHUB_OUTPUT"
38
with:
39
tf_version: '1.5.5'
40
tg_version: '0.54.11'
@@ -48,8 +44,6 @@ jobs:
48
44
TERRAFORM_PLAN: ${{ steps.plan.outputs.TERRAFORM_PLAN }}
49
45
50
46
51
- INPUT_PRE_EXEC_1: |
52
- echo $TERRAFORM_PLAN >> platform/sandbox/us-east-2/000/sandbox.tfplan
53
47
54
55
0 commit comments