From a24d884737e56e7ede28ec74204d1ff4eabcea5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:09:40 +0000 Subject: [PATCH] :arrow_up: (deps-tf): Update hashicorp/aws requirement from ~> 5.0 to ~> 6.9 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.9.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/notice-discord/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/notice-discord/versions.tf b/modules/notice-discord/versions.tf index 8056801..f8d8a2f 100644 --- a/modules/notice-discord/versions.tf +++ b/modules/notice-discord/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" + version = "~> 6.9" } archive = { source = "hashicorp/archive"