From da20809669518eb454617bc733a13b6afcf75545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:34:28 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 4.9 to ~> 6.13 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/v4.9.0...v6.13.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/basic_usage/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic_usage/versions.tf b/examples/basic_usage/versions.tf index 4d4d206..d859890 100644 --- a/examples/basic_usage/versions.tf +++ b/examples/basic_usage/versions.tf @@ -14,7 +14,7 @@ terraform { # for more information about the S3 bucket refactor. aws = { source = "hashicorp/aws" - version = "~> 4.9" + version = "~> 6.13" } }