Skip to content

Commit dd2921d

Browse files
chore(deps): update terraform cloudposse/dynamic-subnets/aws to v2.4.2
1 parent fadace5 commit dd2921d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vpc/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "vpc" {
1313

1414
module "subnets" {
1515
source = "cloudposse/dynamic-subnets/aws"
16-
version = "2.4.1"
16+
version = "2.4.2"
1717

1818
availability_zones = var.availability_zones
1919
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)