mirror of https://github.com/kubernetes/kops.git
Update Terraform to v0.14.8
This commit is contained in:
parent
45c2333400
commit
a04a523434
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue