From 7805ae48071d5e9d9368f7b750907ad96f15d213 Mon Sep 17 00:00:00 2001 From: Yulei Liu Date: Fri, 10 Jan 2025 17:41:16 +1100 Subject: [PATCH] update tf version to 1.10.4 --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 264d664..8b60639 100644 --- a/variables.tf +++ b/variables.tf @@ -5,7 +5,7 @@ variable "tf_latest" { condition = substr(var.tf_latest, 0, 2) == "1." error_message = "The terraform cli version must match 1.*." } - default = "1.9.8" + default = "1.10.4" } @@ -16,7 +16,7 @@ variable "v1latest" { condition = substr(var.v1latest, 0, 2) == "1." error_message = "The terraform cli version must match 1.*." } - default = "1.9.8" + default = "1.10.4" } variable "v015latest" { type = string