Skip to content

Commit 0452c83

Browse files
Drop run
1 parent ad5f56a commit 0452c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pwd
3838
ls -al /github/workspace/
3939
tfplan_location=$(find . -name "sandbox.tfplan" -exec realpath {} \;)
40-
tfplan_json=$(terragrunt run show -json $tfplan_location)
40+
tfplan_json=$(terragrunt show -json $tfplan_location)
4141
echo "-------- PLAN --------"
4242
echo $tfplan_json
4343
echo "------ END PLAN ------"

0 commit comments

Comments
 (0)