From cd2e4d8c9ef94b46e01ab8222c7d68fa9fe8b574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:25:16 +0000 Subject: [PATCH] Bump hashicorp/aws from 6.35.1 to 6.37.0 in /terraform/aws Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 6.35.1 to 6.37.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/v6.35.1...v6.37.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/aws/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/providers.tf b/terraform/aws/providers.tf index 5351ed5..9250dd5 100644 --- a/terraform/aws/providers.tf +++ b/terraform/aws/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "6.35.1" + version = "6.37.0" } } }