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:
Peter Rifel 2021-05-09 13:57:08 -04:00
parent 892a41883b
commit d15168c74a
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 1 deletions

View File

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