From 49515ae324c9eb2b92d7f85e486a0e397cd37251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:25:32 +0000 Subject: [PATCH] Chore [deps:terraform]: update hashicorp/aws requirement from ~> 4.67.0 to ~> 5.79.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/v4.67.0...v5.79.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform/modules/gost_consume_grants/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/gost_consume_grants/main.tf b/terraform/modules/gost_consume_grants/main.tf index 753e1584b..402fb5cd7 100644 --- a/terraform/modules/gost_consume_grants/main.tf +++ b/terraform/modules/gost_consume_grants/main.tf @@ -7,7 +7,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.67.0" + version = "~> 5.79.0" } } }