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
892a41883b
commit
d15168c74a
|
@ -21,7 +21,7 @@ set -o pipefail
|
|||
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
||||
|
||||
# Terraform versions
|
||||
TF_TAG=0.15.0
|
||||
TF_TAG=0.15.3
|
||||
|
||||
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"
|
||||
|
||||
|
|
Loading…
Reference in New Issue