From a7022fc6b5d9ceac0f41a0e7c77d4ee34ae285be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:32:08 +0000 Subject: [PATCH] Update Terraform aws to v6 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7eeac94..ba8b734 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.90" + version = "~> 6.53" } github = { source = "integrations/github"