From e21fc97332d10fb9e6b034f2a523f88054c2befa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 22:51:14 +0000 Subject: [PATCH] Bump hashicorp/aws from 5.84.0 to 5.97.0 in /terraform Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.84.0 to 5.97.0. - [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.84.0...v5.97.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 5.97.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index c94b786..2e05538 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.84.0" + version = "5.97.0" } }