Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Feb 9, 2024
1 parent 68cb29f commit 0c35cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/entrypoints/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fi

### Apply the plan

if [[ $BACKEND_TYPE == "cloud" && $PLAN_EXIT -eq 0 ]]; then
if [[ "$TERRAFORM_BACKEND_TYPE" == "cloud" && $PLAN_EXIT -eq 0 ]]; then
# Terraform cloud will just error if we try to apply a plan with no changes
echo "No changes to apply"
output
Expand Down

0 comments on commit 0c35cbd

Please sign in to comment.