0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-21 14:20:40 +00:00

feat: embedded tf 0.13.2

This commit is contained in:
Jacob McCann 2020-09-11 08:48:39 -05:00
parent a7192f53a3
commit 0aaa68a801
No known key found for this signature in database
GPG Key ID: 5874D23FF9E0E451

View File

@ -12,7 +12,7 @@ fi
major=$(echo $tag | awk -F. '{print $1}') major=$(echo $tag | awk -F. '{print $1}')
minor=$(echo $tag | awk -F. '{print $2}') minor=$(echo $tag | awk -F. '{print $2}')
tf_ver="0.13.1" tf_ver="0.13.2"
echo "Confirm building images for:" echo "Confirm building images for:"
echo " MAJOR: ${major}" echo " MAJOR: ${major}"