From b3a276bc6ae6651c3a0f83deebffb9b0d101aa8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:17:48 +0000 Subject: [PATCH] chore(deps): update hashicorp/aws requirement from ~> 5.0 to ~> 6.17 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/v5.0.0...v6.17.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.17.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 3fc806d..4173a17 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" + version = "~> 6.17" } } }