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 c7ccb08 commit 185cdb3Copy full SHA for 185cdb3
.github/workflows/terraform-dev-to-main-ci.yml
@@ -71,7 +71,7 @@ jobs:
71
id: plan
72
run: |
73
terraform plan -input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf.plan > plan_output.txt 2>&1
74
- terraform show -no-color tf.plan > tfplan.txt > 2>&1
+ terraform show -no-color tf.plan > tfplan.txt 2>&1
75
76
# Mask sensitive URLs in the Terraform Plan output
77
grep -Eo 'https://[a-zA-Z0-9.-]+\.execute-api\.[a-zA-Z0-9.-]+\.amazonaws\.com/[a-zA-Z0-9/._-]*' tfplan.txt | while read -r api_url; do
0 commit comments