Skip to content

Commit

Permalink
Fix typo in cloudbuild.yaml
Browse files Browse the repository at this point in the history
TERRAFORM was spelt incorrectly.
  • Loading branch information
mc-k1 authored Feb 2, 2024
1 parent 742eb87 commit 31923ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ steps:
env=${dir%*/}
env=${env#*/}
echo ""
echo "*************** TERRAFOM PLAN ******************"
echo "*************** TERRAFORM PLAN ******************"
echo "******* At environment: ${env} ********"
echo "*************************************************"
terraform plan || exit 1
Expand Down

0 comments on commit 31923ef

Please sign in to comment.