We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadace5 commit dd2921dCopy full SHA for dd2921d
examples/vpc/main.tf
@@ -13,7 +13,7 @@ module "vpc" {
13
14
module "subnets" {
15
source = "cloudposse/dynamic-subnets/aws"
16
- version = "2.4.1"
+ version = "2.4.2"
17
18
availability_zones = var.availability_zones
19
vpc_id = module.vpc.vpc_id
0 commit comments