diff --git a/deploy/terraform/main.tf b/deploy/terraform/main.tf index 03d0005..0cfcb13 100644 --- a/deploy/terraform/main.tf +++ b/deploy/terraform/main.tf @@ -42,7 +42,7 @@ data "aws_caller_identity" "current" {} # VPC module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "~> 5.0" + version = "~> 6.6" name = "${var.project_name}-vpc" cidr = var.vpc_cidr