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 |
249
248
|[google_project.project](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/project)| data source |
250
249
|[google_storage_bucket.ops_bucket](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/storage_bucket)| data source |
251
250
251
+
The module defaults to the AutoMQ BYOC console image `projects/automq-public/global/images/automq-control-center-prod-7-7-4-x86-64`. To use a different image, set `use_custom_image = true` and provide the full self link via `automq_byoc_env_console_image`.
252
+
252
253
## Inputs
253
254
254
255
| Name | Description | Type | Default | Required |
@@ -263,7 +264,7 @@ No modules.
263
264
| <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 |
264
265
| <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 |
265
266
| <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 |
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_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 automq_byoc_env_console_image. |`bool`|`false`| no |
267
268
| <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 |
268
269
| <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 |
269
270
@@ -278,5 +279,4 @@ No modules.
278
279
| <aname="output_automq_byoc_vpc_id"></a> [automq_byoc_vpc_id](#output_automq_byoc_vpc_id)| The VPC ID for the AutoMQ environment deployment. |
279
280
| <aname="output_automq_byoc_instance_id"></a> [automq_byoc_instance_id](#output_automq_byoc_instance_id)| The EC2 instance id for AutoMQ Console. |
280
281
| <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. |
281
-
| <aname="output_automq_byoc_console_subnet"></a> [automq_byoc_console_subnet](#output_automq_byoc_console_subnet)| The subnet for the AutoMQ environment console. |
0 commit comments