mirror of https://github.com/kubernetes/kops.git
Update terraform to 1.0.5
This commit is contained in:
parent
91e063d533
commit
adf60a266e
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue