mirror of https://github.com/kubernetes/kops.git
Update verify-terraform to use 0.15.3
This updates the GPG key according to https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512
This commit is contained in:
parent
71707ede71
commit
cb379a4788
|
|
@ -21,7 +21,7 @@ set -o pipefail
|
||||||
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
||||||
|
|
||||||
# Terraform versions
|
# Terraform versions
|
||||||
TF_TAG=0.15.0
|
TF_TAG=0.15.3
|
||||||
|
|
||||||
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"
|
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue