Skip to content

Commit 185521f

Browse files
chore(deps): update terraform cloudposse/vpc/aws to v2.3.0
1 parent 6de2235 commit 185521f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serverless/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provider "aws" {
1616

1717
module "vpc" {
1818
source = "cloudposse/vpc/aws"
19-
version = "2.1.1"
19+
version = "2.3.0"
2020

2121
ipv4_primary_cidr_block = var.vpc_cidr_block
2222

0 commit comments

Comments
 (0)