From 594fdd7fc04783bda2d3f81b9592c54e47667528 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:11:05 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/vpc/aws to v6 --- modules/aws-eks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws-eks/main.tf b/modules/aws-eks/main.tf index 4f6611a..bd37237 100644 --- a/modules/aws-eks/main.tf +++ b/modules/aws-eks/main.tf @@ -49,7 +49,7 @@ data "aws_availability_zones" "available" { module "vpc" { count = var.deploy_eks ? 1 : 0 source = "terraform-aws-modules/vpc/aws" - version = "~> 5.0" + version = "~> 6.0" name = "${var.cluster_name}-vpc" cidr = var.vpc_cidr