Merge pull request #14335 from hakman/terraform-1.3.0

Bump Terraform tag to v1.3.0
This commit is contained in:
Kubernetes Prow Robot 2022-09-27 06:13:51 -07:00 committed by GitHub
commit c5b8ee21f6
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=1.0.7
TF_TAG=1.3.0
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"