Skip to content

Commit f68c4e2

Browse files
chore(deps): update terraform cloudposse/vpc/aws to v3
1 parent 6de2235 commit f68c4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/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.3.0"
19+
version = "3.0.0"
2020

2121
ipv4_primary_cidr_block = var.vpc_cidr_block
2222

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 = "3.0.0"
2020

2121
ipv4_primary_cidr_block = var.vpc_cidr_block
2222

0 commit comments

Comments
 (0)