Merge pull request #11051 from bmelbourne/update-terraform-0.14.8

Update Terraform to v0.14.8
This commit is contained in:
Kubernetes Prow Robot 2021-03-14 09:51:05 -07:00 committed by GitHub
commit 0e90c5b651
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.14.3
TF_TAG=0.14.8
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"