From a0d2d655c4b93f6f7ffa372fcdc54be8698f0159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:48:48 +0000 Subject: [PATCH] Bump hashicorp/aws from 5.59.0 to 5.60.0 in /providers Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.59.0 to 5.60.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/v5.59.0...v5.60.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- providers/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/versions.tf b/providers/versions.tf index ec7412e..dc99281 100644 --- a/providers/versions.tf +++ b/providers/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "registry.terraform.io/hashicorp/aws" - version = "5.59.0" + version = "5.60.0" } external = { source = "registry.terraform.io/hashicorp/external"