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