From f78ae3eff8af830599d6fe8d230a026057ad2ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:08:08 +0000 Subject: [PATCH] Update hashicorp/aws requirement from >= 4.0.0, < 6.0.0 to >= 4.0.0, < 6.23.1 Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v4.0.0...v6.23.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 75ca80f..1053396 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 4.0.0, < 6.0.0" + version = ">= 4.0.0, < 6.23.1" } archive = {