mirror of https://github.com/kubernetes/kops.git
Merge pull request #11266 from rifelpet/tf-cfn
Update terraform and cloudformation lint versions
This commit is contained in:
commit
af9abb4052
|
|
@ -20,7 +20,7 @@ set -o pipefail
|
|||
|
||||
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
||||
|
||||
TAG=v0.44.4
|
||||
TAG=v0.48.3
|
||||
IMAGE="cfn-python-lint:${TAG}"
|
||||
|
||||
# There is no official docker image so build it locally
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ set -o pipefail
|
|||
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
||||
|
||||
# Terraform versions
|
||||
TF_TAG=0.14.8
|
||||
TF_TAG=0.15.0
|
||||
|
||||
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue