Skip to content

Commit 185cdb3

Browse files
[NDR-71] Update Terraform CI workflow for improved structure and clarity
1 parent c7ccb08 commit 185cdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-dev-to-main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: plan
7272
run: |
7373
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
74+
terraform show -no-color tf.plan > tfplan.txt 2>&1
7575
7676
# Mask sensitive URLs in the Terraform Plan output
7777
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

Comments
 (0)