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
|[google_compute_network.vpc](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/compute_network)| data source |
245
249
|[google_project.project](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/project)| data source |
246
250
|[google_storage_bucket.ops_bucket](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/storage_bucket)| data source |
@@ -259,9 +263,8 @@ No modules.
259
263
| <aname="input_automq_byoc_env_console_cidr"></a> [automq_byoc_env_console_cidr](#input_automq_byoc_env_console_cidr)| Set CIDR block to restrict the source IP address range for accessing the AutoMQ environment console. If not set, the default is 0.0.0.0/0. |`string`|`"0.0.0.0/0"`| no |
260
264
| <aname="input_automq_byoc_ops_bucket_name"></a> [automq_byoc_ops_bucket_name](#input_automq_byoc_ops_bucket_name)| Set the existed GCS bucket used to store AutoMQ system logs and metrics data for system monitoring and alerts. If this parameter is not set, a new GCS bucket will be automatically created. This Bucket does not contain any application business data. |`string`|`""`| no |
261
265
| <aname="input_automq_byoc_machine_type"></a> [automq_byoc_machine_type](#input_automq_byoc_machine_type)| Set the Compute Engine machine type; this parameter is used only for deploying the AutoMQ environment console. You need to provide a machine type with at least 2 cores and 8 GB of memory. |`string`|`"e2-standard-2"`| no |
262
-
| <aname="input_automq_byoc_env_version"></a> [automq_byoc_env_version](#input_automq_byoc_env_version)| Set the version for the AutoMQ BYOC environment console. It is recommended to keep the default value, which is the latest version. |`string`|`"1.4.0"`| no |
263
-
| <aname="input_use_custom_image"></a> [use_custom_image](#input_use_custom_image)| The parameter defaults to false, which means a specific custom image is not specified. If you wish to use a custom image, set this parameter to true and specify the automq_byoc_env_console_image parameter. |`bool`|`false`| no |
264
-
| <aname="input_automq_byoc_env_console_image"></a> [automq_byoc_env_console_image](#input_automq_byoc_env_console_image)| When the use_custom_image parameter is set to true, this parameter must be set with a custom image name to deploy the AutoMQ console. |`string`|`""`| no |
266
+
| <aname="input_use_custom_image"></a> [use_custom_image](#input_use_custom_image)| Set to true to use a custom image for the AutoMQ environment console and provide the image self link via automq_byoc_env_console_image. |`bool`|`false`| no |
267
+
| <aname="input_automq_byoc_env_console_image"></a> [automq_byoc_env_console_image](#input_automq_byoc_env_console_image)| The custom image self link used when use_custom_image is true. |`string`|`""`| no |
265
268
| <aname="input_ssh_public_key"></a> [ssh_public_key](#input_ssh_public_key)| Set the SSH public key for the AutoMQ environment console. The public key is used to access the AutoMQ environment console via SSH. |`string`|`""`| no |
266
269
267
270
## Outputs
@@ -275,4 +278,5 @@ No modules.
275
278
| <aname="output_automq_byoc_vpc_id"></a> [automq_byoc_vpc_id](#output_automq_byoc_vpc_id)| The VPC ID for the AutoMQ environment deployment. |
276
279
| <aname="output_automq_byoc_instance_id"></a> [automq_byoc_instance_id](#output_automq_byoc_instance_id)| The EC2 instance id for AutoMQ Console. |
277
280
| <aname="output_automq_byoc_google_service_account"></a> [automq_byoc_google_service_account](#output_automq_byoc_google_service_account)| The Google Service Account for the AutoMQ environment deployment. |
278
-
<!-- END_TF_DOCS -->
281
+
| <aname="output_automq_byoc_console_subnet"></a> [automq_byoc_console_subnet](#output_automq_byoc_console_subnet)| The subnet for the AutoMQ environment console. |
default="e2-standard-2"# GCP equivalent of t3.large
59
59
}
60
60
61
-
variable"automq_byoc_env_version" {
62
-
description="Set the version for the AutoMQ BYOC environment console. It is recommended to keep the default value, which is the latest version."
63
-
type=string
64
-
default="1.4.0"
65
-
}
66
-
67
61
variable"use_custom_image" {
68
-
description="The parameter defaults to false, which means a specific custom image is not specified. If you wish to use a custom image, set this parameter to true and specify the automq_byoc_env_console_image parameter."
62
+
description="Set to true to use a custom image for the AutoMQ environment console and provide the image self link via automq_byoc_env_console_image."
69
63
type=bool
70
64
default=false
71
65
}
72
66
73
67
variable"automq_byoc_env_console_image" {
74
-
description="When the use_custom_image parameter is set to true, this parameter must be set with a custom image name to deploy the AutoMQ console."
68
+
description="The custom image self link used when use_custom_image is true."
0 commit comments