Skip to content

Commit 9b430fe

Browse files
authored
feat: update AWS provider version to 6.8.0 and S3 bucket module version to 5.4.0; set AutoMQ BYOC environment console version to 7.7.1 (#40)
1 parent 8de6359 commit 9b430fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,20 @@ output "automq_byoc_instance_id" {
187187
| Name | Version |
188188
|------|---------|
189189
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 1.0 |
190-
| <a name="requirement_aws"></a> [aws](#requirement_aws) | >= 5.30 |
190+
| <a name="requirement_aws"></a> [aws](#requirement_aws) | >= 6.0 |
191191

192192
## Providers
193193

194194
| Name | Version |
195195
|------|---------|
196-
| <a name="provider_aws"></a> [aws](#provider_aws) | 5.81.0 |
196+
| <a name="provider_aws"></a> [aws](#provider_aws) | 6.8.0 |
197197

198198
## Modules
199199

200200
| Name | Source | Version |
201201
|------|--------|---------|
202-
| <a name="module_automq_byoc_data_bucket_name"></a> [automq_byoc_data_bucket_name](#module_automq_byoc_data_bucket_name) | terraform-aws-modules/s3-bucket/aws | 4.1.2 |
203-
| <a name="module_automq_byoc_ops_bucket_name"></a> [automq_byoc_ops_bucket_name](#module_automq_byoc_ops_bucket_name) | terraform-aws-modules/s3-bucket/aws | 4.1.2 |
202+
| <a name="module_automq_byoc_data_bucket_name"></a> [automq_byoc_data_bucket_name](#module_automq_byoc_data_bucket_name) | terraform-aws-modules/s3-bucket/aws | 5.4.0 |
203+
| <a name="module_automq_byoc_ops_bucket_name"></a> [automq_byoc_ops_bucket_name](#module_automq_byoc_ops_bucket_name) | terraform-aws-modules/s3-bucket/aws | 5.4.0 |
204204
| <a name="module_automq_byoc_vpc"></a> [automq_byoc_vpc](#module_automq_byoc_vpc) | terraform-aws-modules/vpc/aws | 5.0.0 |
205205

206206
## Resources
@@ -242,7 +242,7 @@ output "automq_byoc_instance_id" {
242242
| <a name="input_automq_byoc_data_bucket_name"></a> [automq_byoc_data_bucket_name](#input_automq_byoc_data_bucket_name) | Set the existed S3 bucket used to store message data generated by applications. If this parameter is not set, a new S3 bucket will be automatically created. The message data Bucket must be separate from the Ops Bucket. | `string` | `""` | no |
243243
| <a name="input_automq_byoc_ops_bucket_name"></a> [automq_byoc_ops_bucket_name](#input_automq_byoc_ops_bucket_name) | Set the existed S3 bucket used to store AutoMQ system logs and metrics data for system monitoring and alerts. If this parameter is not set, a new S3 bucket will be automatically created. This Bucket does not contain any application business data. The Ops Bucket must be separate from the message data Bucket. | `string` | `""` | no |
244244
| <a name="input_automq_byoc_ec2_instance_type"></a> [automq_byoc_ec2_instance_type](#input_automq_byoc_ec2_instance_type) | Set the EC2 instance type; this parameter is used only for deploying the AutoMQ environment console. You need to provide an EC2 instance type with at least 2 cores and 8 GB of memory. | `string` | `"t3.large"` | no |
245-
| <a name="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. Historical release note reference [document](https://docs.automq.com/automq-cloud/release-notes). | `string` | `"1.5.12"` | no |
245+
| <a name="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. Historical release note reference [document](https://docs.automq.com/automq-cloud/release-notes). | `string` | `"7.7.1"` | no |
246246
| <a name="input_automq_byoc_env_console_key_name"></a> [automq_byoc_env_console_key_name](#input_automq_byoc_env_console_key_name) | Specify the key pair name for accessing the AutoMQ BYOC environment console. If not specified, the console will be deployed without a key pair. | `string` | `""` | no |
247247
| <a name="input_use_custom_ami"></a> [use_custom_ami](#input_use_custom_ami) | 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. | `bool` | `false` | no |
248248
| <a name="input_automq_byoc_env_console_ami"></a> [automq_byoc_env_console_ami](#input_automq_byoc_env_console_ami) | 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. | `string` | `""` | no |
@@ -258,8 +258,8 @@ output "automq_byoc_instance_id" {
258258
| <a name="output_automq_byoc_vpc_id"></a> [automq_byoc_vpc_id](#output_automq_byoc_vpc_id) | The VPC ID for the AutoMQ environment deployment. |
259259
| <a name="output_automq_byoc_instance_id"></a> [automq_byoc_instance_id](#output_automq_byoc_instance_id) | The EC2 instance id for AutoMQ Console. |
260260
| <a name="output_automq_byoc_console_role_arn"></a> [automq_byoc_console_role_arn](#output_automq_byoc_console_role_arn) | AutoMQ BYOC is bound to the role arn of the Console. |
261-
| <a name="output_automq_byoc_eks_node_role_arn"></a> [automq_byoc_eks_node_role_arn](#output_automq_byoc_eks_node_role_arn) | AutoMQ BYOC requires this role to be bound to the EKS Node group. |
262261
| <a name="output_automq_byoc_security_group_id"></a> [automq_byoc_security_group_id](#output_automq_byoc_security_group_id) | Security group bound to the AutoMQ BYOC service. |
263262
| <a name="output_public_subnet_id"></a> [public_subnet_id](#output_public_subnet_id) | The VPC subnet for the AutoMQ environment deployment. |
264263
| <a name="output_private_subnets"></a> [private_subnets](#output_private_subnets) | The VPC subnet for the AutoMQ environment deployment.If the create_new_vpc is set to true, the private subnet will be created. |
264+
| <a name="output_automq_byoc_vpc_route53_zone_id"></a> [automq_byoc_vpc_route53_zone_id](#output_automq_byoc_vpc_route53_zone_id) | Route53 bound to the VPC. |
265265
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)