Skip to content

Commit 80ec1cb

Browse files
feat: update cloudposse/vpc/aws to 2.3.0 #minor
1 parent aaadc1d commit 80ec1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "vpc" {
22
source = "cloudposse/vpc/aws"
33
# Cloud Posse recommends pinning every module to a specific version
4-
version = "2.2.0"
4+
version = "2.3.0"
55
ipv4_primary_cidr_block = local.vpc.cidr_block
66
name = "captain"
77
}

0 commit comments

Comments
 (0)