0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-03 04:49:42 +02:00

update to latest 0.13.1 terraform version

This commit is contained in:
Joachim Hill-Grannec 2020-08-28 12:04:05 -07:00
parent f7a19b2770
commit f9372bbe7c
No known key found for this signature in database
GPG Key ID: 4391E44ED5D6BB46

View File

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