Skip to content

Commit f1b9b82

Browse files
breaking: the dependency cloudposse/dynamic-subnets/aws has been updated to a new major version (3.0.0), which may include breaking changes. #major
1 parent 810b2d1 commit f1b9b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cde-full-setup/network.tf

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

99
module "subnets" {
1010
source = "cloudposse/dynamic-subnets/aws"
11-
version = "2.4.2"
11+
version = "3.0.0"
1212

1313
vpc_id = module.vpc.vpc_id
1414
igw_id = [module.vpc.igw_id]

0 commit comments

Comments
 (0)