diff --git a/terraform/modules/deductions-core/vpc.tf b/terraform/modules/deductions-core/vpc.tf index 09b28ed5..a2d1dd41 100644 --- a/terraform/modules/deductions-core/vpc.tf +++ b/terraform/modules/deductions-core/vpc.tf @@ -1,6 +1,6 @@ module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.5.2" + version = "5.17.0" name = "${var.environment}-${var.component_name}-vpc" cidr = var.cidr azs = var.azs diff --git a/terraform/modules/deductions-private/vpc.tf b/terraform/modules/deductions-private/vpc.tf index 87f3eedd..c8df43ac 100644 --- a/terraform/modules/deductions-private/vpc.tf +++ b/terraform/modules/deductions-private/vpc.tf @@ -1,6 +1,6 @@ module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.5.2" + version = "5.17.0" name = "${var.environment}-${var.component_name}-vpc" cidr = var.cidr azs = var.azs