0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

Merge pull request #129 from josmo/terraform-1.0.0

update to terraform 1.0.0
This commit is contained in:
Jacob McCann 2021-07-09 10:26:15 -05:00 committed by GitHub
commit a9ccc6dcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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