Update terraform to 1.0.5

This commit is contained in:
Peter Rifel 2021-08-24 18:31:08 -05:00
parent 91e063d533
commit adf60a266e
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set -o pipefail
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
# Terraform versions
TF_TAG=0.15.3
TF_TAG=1.0.5
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"