From 99fa979708b747eed5c948d4cc773786b9288d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:50:43 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 5.82.2 to ~> 5.84.0 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.82.2...v5.84.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/regional-config/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/regional-config/main.tf b/modules/regional-config/main.tf index 3d3fcae..96776e2 100644 --- a/modules/regional-config/main.tf +++ b/modules/regional-config/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.82.2" + version = "~> 5.84.0" } }