From f553195d4506e98ffe32ffaa3387aa54bddc8b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:54:31 +0000 Subject: [PATCH] build(deps): update hashicorp/aws requirement from ~> 6.43.0 to ~> 6.47.0 Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version. Updates `hashicorp/aws` to 6.47.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.43.0...v6.47.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.47.0 dependency-type: direct:production dependency-group: terraform ... Signed-off-by: dependabot[bot] --- terraform/terraform_config.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/terraform_config.tf b/terraform/terraform_config.tf index 06d3f34..336c2f1 100644 --- a/terraform/terraform_config.tf +++ b/terraform/terraform_config.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 6.43.0" + version = "~> 6.47.0" } }