From 225386af75663ecebbdab71a7c2a46700370484f Mon Sep 17 00:00:00 2001 From: Gezi-lzq Date: Wed, 28 Aug 2024 19:45:40 +0800 Subject: [PATCH] fix: update Terraform source to fix typo in module path (#18) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e4e9e7..5e56ddb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Use this module to install the AutoMQ BYOC environment, supporting two modes: ```terraform module "automq_byoc" { - source = "AutoMQ/automq-byoc-environmet/aws" + source = "AutoMQ/automq-byoc-environment/aws" # Set the identifier for the environment to be installed. This ID will be used for naming internal resources. The environment ID supports only uppercase and lowercase English letters, numbers, and hyphens (-). It must start with a letter and is limited to a length of 32 characters. automq_byoc_env_id = "example" @@ -79,7 +79,7 @@ To install the AutoMQ BYOC environment using an existing VPC, ensure your existi ```terraform module "automq_byoc" { - source = "AutoMQ/automq-byoc-environmet/aws" + source = "AutoMQ/automq-byoc-environment/aws" # Set the identifier for the environment to be installed. This ID will be used for naming internal resources. The environment ID supports only uppercase and lowercase English letters, numbers, and hyphens (-). It must start with a letter and is limited to a length of 32 characters. automq_byoc_env_id = "example" @@ -134,7 +134,7 @@ After deployment is complete, you can refer to the output to obtain information # Helpful Links/Information -* [Report Bugs](https://github.com/AutoMQ/terraform-aws-automq-byoc-environmet/issues) +* [Report Bugs](https://github.com/AutoMQ/terraform-aws-automq-byoc-environment/issues) * [AutoMQ Cloud Documents](https://docs.automq.com/automq-cloud/overview)