From e9daf2c6a87589961f70c629d2b376187699526e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:52:55 +0000 Subject: [PATCH] chore(deps): update terraform aws to v6 --- src/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/versions.tf b/src/versions.tf index c59b974..24c653a 100644 --- a/src/versions.tf +++ b/src/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 4.9.0, < 6.0.0" + version = "< 7.0.0" } helm = { source = "hashicorp/helm"