Skip to content

Commit

Permalink
fix: update Terraform source to fix typo in module path (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezi-lzq authored Aug 28, 2024
1 parent 49b8e49 commit 225386a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 225386a

Please sign in to comment.