Skip to content

Commit 2063033

Browse files
breaking: the dependency cloudposse/vpc/aws has been updated to a new major version (3.0.0), which may include breaking changes. #major
1 parent 229ca97 commit 2063033

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
@@ -1,6 +1,6 @@
11
module "vpc" {
22
source = "cloudposse/vpc/aws"
3-
version = "2.3.0"
3+
version = "3.0.0"
44
ipv4_primary_cidr_block = "10.0.0.0/16"
55
name = "cloud-developer-environments"
66
}

0 commit comments

Comments
 (0)