Skip to content

Commit 3ce3523

Browse files
chore(deps): update terraform cloudposse/vpc/aws to v2.3.0
1 parent a91401e commit 3ce3523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vpc-only/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "requester_vpc" {
66
source = "cloudposse/vpc/aws"
7-
version = "2.2.0"
7+
version = "2.3.0"
88
ipv4_primary_cidr_block = "172.16.0.0/16"
99

1010
context = module.this.context
@@ -25,7 +25,7 @@ module "requester_subnets" {
2525

2626
module "accepter_vpc" {
2727
source = "cloudposse/vpc/aws"
28-
version = "2.2.0"
28+
version = "2.3.0"
2929
ipv4_primary_cidr_block = "172.17.0.0/16"
3030

3131
context = module.this.context

0 commit comments

Comments
 (0)