0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00

feat: terraform 0.12.20

This commit is contained in:
Jacob McCann 2020-02-05 10:53:27 -06:00
parent 7a608300b1
commit 0cea4e7cfc
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

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.16"
tf_ver="0.12.20"
echo "Confirm building images for:"
echo " MAJOR: ${major}"