Skip to content

Commit

Permalink
update version mentioned in echo
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFlexy committed Dec 6, 2024
1 parent 2cbc2ea commit 52c3120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-terraform-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
tf_version=$(terraform --version)

if [[ ${tf_version} != *"1.10.1"* ]]; then
echo "Please set your terraform version to 1.9.8 before deploying."
echo "Please set your terraform version to 1.10.1 before deploying."
exit 1
fi

0 comments on commit 52c3120

Please sign in to comment.