Skip to content

Commit e720639

Browse files
committed
Example fixes
1 parent 520d7d4 commit e720639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basic-example/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module "vpc" {
55
name = "${var.name}-main"
66
cidr = "10.100.0.0/16"
77
azs = ["eu-central-1a", "eu-central-1b"]
8+
private_subnets = ["10.100.1.0/24", "10.100.2.0/24"]
89
elasticache_subnets = ["10.100.10.0/24", "10.100.11.0/24"]
910
}
1011

0 commit comments

Comments
 (0)