Skip to content

Commit 71f4904

Browse files
Update Terraform terraform-aws-modules/vpc/aws to v5
1 parent 59c6c25 commit 71f4904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpc.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "vpc" {
22
source = "terraform-aws-modules/vpc/aws"
3-
version = "3.19.0"
3+
version = "5.15.0"
44

55
name = "${local.name_prefix}-vpc"
66
cidr = var.vpc_cidr

0 commit comments

Comments
 (0)