Merge pull request #12203 from rifelpet/tf105

Update terraform to 1.0.5
This commit is contained in:
Kubernetes Prow Robot 2021-08-24 19:32:39 -07:00 committed by GitHub
commit 1d7eca2b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"