From 7d69be7c75189a307a7ec674a2bfab4be0defad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:47:09 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 5.58.0 to ~> 5.59.0 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/v5.58.0...v5.59.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 01-providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-providers.tf b/01-providers.tf index fc3024d..7d17485 100644 --- a/01-providers.tf +++ b/01-providers.tf @@ -36,7 +36,7 @@ In this way, the "terraform.tfstate" file will be stored in an S3 bucket and Dyn source = "hashicorp/aws" # Provider versions - version = "~> 5.58.0" + version = "~> 5.59.0" } tls = {