Skip to content

Commit d556d73

Browse files
authored
[vpc] update dynamic-subnet module version (#1048)
Co-authored-by: Marat Bakeev <[email protected]>
1 parent c9acb2b commit d556d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/vpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module "vpc_endpoints" {
139139

140140
module "subnets" {
141141
source = "cloudposse/dynamic-subnets/aws"
142-
version = "2.3.0"
142+
version = "2.4.2"
143143

144144
availability_zones = local.availability_zones
145145
availability_zone_ids = local.availability_zone_ids

0 commit comments

Comments
 (0)