diff --git a/.header.md b/.header.md index 8bddc14..207e34b 100644 --- a/.header.md +++ b/.header.md @@ -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" diff --git a/README.md b/README.md index 46dde38..36ea5de 100644 --- a/README.md +++ b/README.md @@ -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" @@ -148,4 +148,4 @@ The above example will cause only creating 2 new subnets in az `c` of the region |------|-------------| | [subnets](#output\_subnets) | Subnets grouped by type. | | [vpc](#output\_vpc) | VPC Resource Information. Full output of aws\_vpc. | - \ No newline at end of file +