File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The example below builds a VPC with public and private subnets in 3 AZs. Each su
1111``` hcl
1212module "vpc" {
1313 source = "aws-ia/vpc/aws"
14- version = ">= 1 .0.0"
14+ version = ">= 2 .0.0"
1515
1616 name = "multi-az-vpc"
1717 cidr_block = "10.0.0.0/20"
@@ -121,7 +121,7 @@ Example Configuration:
121121``` terraform
122122module "vpc" {
123123 source = "aws-ia/vpc/aws"
124- version = ">= 1 .0.0"
124+ version = ">= 2 .0.0"
125125
126126 name = "multi-az-vpc"
127127 cidr_block = "10.0.0.0/20"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The example below builds a VPC with public and private subnets in 3 AZs. Each su
1212``` hcl
1313module "vpc" {
1414 source = "aws-ia/vpc/aws"
15- version = ">= 1 .0.0"
15+ version = ">= 2 .0.0"
1616
1717 name = "multi-az-vpc"
1818 cidr_block = "10.0.0.0/20"
@@ -122,7 +122,7 @@ Example Configuration:
122122``` terraform
123123module "vpc" {
124124 source = "aws-ia/vpc/aws"
125- version = ">= 1 .0.0"
125+ version = ">= 2 .0.0"
126126
127127 name = "multi-az-vpc"
128128 cidr_block = "10.0.0.0/20"
You can’t perform that action at this time.
0 commit comments