You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: outputs.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ output "automq_byoc_env_id" {
5
5
6
6
output"automq_byoc_endpoint" {
7
7
description="The endpoint for the AutoMQ environment console. Users can set this endpoint to the AutoMQ Terraform Provider to manage resources through Terraform. Additionally, users can access this endpoint via web browser, log in, and manage resources within the environment using the WebUI."
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)."
59
59
type=string
60
-
default="latest"
60
+
default="1.2.10"
61
61
}
62
62
63
-
variable"specified_ami_by_marketplace" {
64
-
description="The parameter defaults to true, which means the AMI will be obtained from AWS Marketplace. If you wish to use a custom AMI, set this parameter to false and specify the `automq_byoc_env_console_ami` parameter with your custom AMI ID."
63
+
variable"use_custom_ami" {
64
+
description="The parameter defaults to false, which means a specific AMI is not specified. If you wish to use a custom AMI, set this parameter to true and specify the `automq_byoc_env_console_ami` parameter with your custom AMI ID."
65
65
type=bool
66
-
default=true
66
+
default=false
67
67
}
68
68
69
69
variable"automq_byoc_env_console_ami" {
70
-
description="When parameter `specified_ami_by_marketplace` set to false, this parameter must set a custom AMI to deploy automq console."
70
+
description="When the `use_custom_ami` parameter is set to true, this parameter must be set with a custom AMI Name to deploy the AutoMQ console."
0 commit comments