From b6083070d6c40cefdcd71500cad147c020198325 Mon Sep 17 00:00:00 2001 From: Assaf Giladi Date: Mon, 22 Jul 2024 09:08:13 +0300 Subject: [PATCH] chore: update weka default version: 4.2.11 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index dc8d4ee..340c413 100644 --- a/variables.tf +++ b/variables.tf @@ -158,7 +158,7 @@ variable "cluster_name" { variable "weka_version" { type = string description = "The Weka version to deploy." - default = "4.2.12" + default = "4.2.11" } variable "get_weka_io_token" {