From e781d0f6d856904f7b08be5a8e8b7d2df7f9eb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:48:19 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 3.0 to ~> 5.94 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/v3.0.0...v5.94.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 5.94.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform-cross-account/backend.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-cross-account/backend.tf b/terraform-cross-account/backend.tf index a6b8f626..9af45060 100644 --- a/terraform-cross-account/backend.tf +++ b/terraform-cross-account/backend.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.0" + version = "~> 5.94" } }