Skip to content

Commit

Permalink
Applied fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 8, 2024
1 parent 7b61f2d commit f37ae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: tf-plan
run: |
export exitcode=0
terraform plan -detailed-exitcode -no-color -out tfplan || export exitcode=$?
terraform plan -var-file='variables/dev.tfvars' -detailed-exitcode -no-color -out tfplan || export exitcode=$?
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f37ae29

Please sign in to comment.