From f0cd92ef7f4931963ad95a553103dea4df615dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:04:00 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 4.9 to ~> 5.72 in /terraform 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.72.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/versions.tf b/terraform/versions.tf index c8d9e58a..04b4b737 100644 --- a/terraform/versions.tf +++ b/terraform/versions.tf @@ -18,7 +18,7 @@ terraform { # for more information about the S3 bucket refactor. aws = { source = "hashicorp/aws" - version = "~> 4.9" + version = "~> 5.72" } cloudinit = {