We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d382d31 commit 09c7398Copy full SHA for 09c7398
examples/complete/main.tf
@@ -9,7 +9,7 @@ module "vpc" {
9
10
module "subnets" {
11
source = "cloudposse/dynamic-subnets/aws"
12
- version = "2.4.1"
+ version = "3.1.1"
13
14
availability_zones = var.availability_zones
15
vpc_id = module.vpc.vpc_id
examples/minimal/main.tf
0 commit comments