Merge pull request #11266 from rifelpet/tf-cfn

Update terraform and cloudformation lint versions
This commit is contained in:
Kubernetes Prow Robot 2021-04-19 20:12:32 -07:00 committed by GitHub
commit af9abb4052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"