Skip to content

Commit

Permalink
Merge pull request #37 from aws-ia/typo-fix
Browse files Browse the repository at this point in the history
fix typo in docs
  • Loading branch information
drewmullen authored Apr 14, 2022
2 parents 5fb881d + 938eb0e commit 92211f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .header.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The example below builds a VPC with public and private subnets in 3 AZs. Each su
```hcl
module "vpc" {
source = "aws-ia/vpc/aws"
versions = ">= 1.0.0"
version = ">= 1.0.0"
name = "multi-az-vpc"
cidr_block = "10.0.0.0/20"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The example below builds a VPC with public and private subnets in 3 AZs. Each su
```hcl
module "vpc" {
source = "aws-ia/vpc/aws"
versions = ">= 1.0.0"
version = ">= 1.0.0"
name = "multi-az-vpc"
cidr_block = "10.0.0.0/20"
Expand Down Expand Up @@ -148,4 +148,4 @@ The above example will cause only creating 2 new subnets in az `c` of the region
|------|-------------|
| <a name="output_subnets"></a> [subnets](#output\_subnets) | Subnets grouped by type. |
| <a name="output_vpc"></a> [vpc](#output\_vpc) | VPC Resource Information. Full output of aws\_vpc. |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->

0 comments on commit 92211f3

Please sign in to comment.