From dce26cea5a6af9b0d8c3f4d0fca298cfe01c40f4 Mon Sep 17 00:00:00 2001 From: Gezi-lzq Date: Thu, 14 Aug 2025 22:47:34 +0800 Subject: [PATCH] feat: update AutoMQ BYOC environment console version to 7.7.1 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index b67355e..6ae3fad 100644 --- a/variables.tf +++ b/variables.tf @@ -57,7 +57,7 @@ variable "automq_byoc_ec2_instance_type" { variable "automq_byoc_env_version" { description = "Set the version for the AutoMQ BYOC environment console. It is recommended to keep the default value, which is the latest version. Historical release note reference [document](https://docs.automq.com/automq-cloud/release-notes)." type = string - default = "7.6.3" + default = "7.7.1" } variable "automq_byoc_env_console_key_name" {