From 3de9dfca63a8d3d670a5f1988388f34778b254a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 03:40:58 +0000 Subject: [PATCH] Update Terraform 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..7f04cb1 100644 --- a/modules/aws-eks/main.tf +++ b/modules/aws-eks/main.tf @@ -8,7 +8,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" + version = "~> 6.0" } kubernetes = { source = "hashicorp/kubernetes"