We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520d7d4 commit e720639Copy full SHA for e720639
examples/basic-example/main.tf
@@ -5,6 +5,7 @@ module "vpc" {
5
name = "${var.name}-main"
6
cidr = "10.100.0.0/16"
7
azs = ["eu-central-1a", "eu-central-1b"]
8
+ private_subnets = ["10.100.1.0/24", "10.100.2.0/24"]
9
elasticache_subnets = ["10.100.10.0/24", "10.100.11.0/24"]
10
}
11
0 commit comments