From 99c38f5a619ab207e29fbadbbd8b955e2ff282b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:22:56 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 4.9 to ~> 5.75 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...v5.75.0) --- updated-dependencies: - dependency-name: hashicorp/aws 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..8c552c0 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 = "~> 5.75" } }