Skip to content

Commit 558663b

Browse files
chore(deps): update terraform cloudposse/vpc/aws to v3
1 parent b2b5700 commit 558663b

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
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "vpc" {
66
source = "cloudposse/vpc/aws"
7-
version = "2.2.0"
7+
version = "3.0.0"
88
ipv4_primary_cidr_block = "172.16.0.0/16"
99
context = module.this.context
1010
}

0 commit comments

Comments
 (0)