Skip to content

Commit 03cfb07

Browse files
chore(deps): update terraform cloudposse/vpc/aws to v2.3.0
1 parent 1388655 commit 03cfb07

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
@@ -71,7 +71,7 @@ locals {
7171

7272
module "vpc" {
7373
source = "cloudposse/vpc/aws"
74-
version = "2.2.0"
74+
version = "2.3.0"
7575
ipv4_primary_cidr_block = var.vpc_cidr_block
7676
context = module.this.context
7777
}

0 commit comments

Comments
 (0)