Bump Terraform tag to v1.3.0

This commit is contained in:
Ciprian Hacman 2022-09-26 08:48:43 +03:00
parent 92acf2c30a
commit f623541879
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=1.0.7
TF_TAG=1.3.0
PROVIDER_CACHE="${KOPS_ROOT}/.cache/terraform"