Skip to content

Commit ed919d7

Browse files
Update Terraform terraform-aws-modules/vpc/aws to v6
1 parent 1a66b92 commit ed919d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/networking/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818

1919
module "vpc" {
2020
source = "terraform-aws-modules/vpc/aws"
21-
version = "~> 5.21.0"
21+
version = "~> 6.6.0"
2222

2323
name = "homelab"
2424
cidr = local.cidr

0 commit comments

Comments
 (0)