Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brave Okafor committed Sep 24, 2023
1 parent f4c4936 commit 774ddf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terrraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
VARFILES_CMD=$(echo "$VARFILES" | jq -r '.[] | "-var-file=\"" + . + "\"" ' | tr '\n' ' ')
#terraform plan -no-color -input=false $VARFILES_CMD -out=plan.tfplan
terraform plan -no-color -input=false -var-file=varfiles/production.tfvars -var-file=varfiles/common.tfvars -out=plan.tfplan
VARFILES_CMDS="-var-file=varfiles/production.tfvars -var-file=varfiles/common.tfvars"
terraform plan -no-color -input=false $VARFILES_CMDS -out=plan.tfplan
OUTPUT=$(terraform show plan.tfplan)
OUTPUT="$(echo "${OUTPUT}" | grep -v "Refreshing state")"
Expand Down

0 comments on commit 774ddf8

Please sign in to comment.