Skip to content

Commit 84b04de

Browse files
chore(deps): update terraform cloudposse/dynamic-subnets/aws to v3
1 parent 69ace20 commit 84b04de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module "vpc" {
7878

7979
module "subnets" {
8080
source = "cloudposse/dynamic-subnets/aws"
81-
version = "2.4.2"
81+
version = "3.0.1"
8282
availability_zones = var.availability_zones
8383
vpc_id = module.vpc.vpc_id
8484
igw_id = [module.vpc.igw_id]

0 commit comments

Comments
 (0)