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 @@ -10,8 +10,8 @@ module "example" {
10
10
source = " ../.."
11
11
12
12
// VPC
13
- name = " testVPC"
14
- description = " testVPC description "
13
+ name = " testVPC"
14
+ cidr = " 10.0.0.0/16 "
15
15
16
16
// VPC Subnet
17
17
subnets = [
@@ -24,7 +24,7 @@ module "example" {
24
24
name = " testSubnet-2"
25
25
cidr = " 10.0.2.0/24"
26
26
gateway_ip = " 10.0.2.1"
27
- availability_zone = " cn-north-1 "
27
+ availability_zone = " cn-north-1a "
28
28
},
29
29
{
30
30
name = " tetSubnet-3"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "example" {
27
27
name = " testSubnet-2"
28
28
cidr = " 10.0.2.0/24"
29
29
gateway_ip = " 10.0.2.1"
30
- availability_zone = " cn-north-1 "
30
+ availability_zone = " cn-north-1a "
31
31
},
32
32
{
33
33
name = " tetSubnet-3"
You can’t perform that action at this time.
0 commit comments