From e5aa17d611bb4ae557f887b83491accf4ce0319c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 02:23:10 +0000
Subject: [PATCH] Update hashicorp/aws requirement from ~> 4.9 to ~> 5.82

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.82.2)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 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..c6ad8ba 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.82"
     }
   }