From cc20de5fbc933e631bf44ade930591c7ce9f728d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 07:15:58 +0000 Subject: [PATCH] Chore [deps:terraform]: Update hashicorp/aws requirement from ~> 4.67.0 to ~> 5.41.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.41.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform/modules/gost_website/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/gost_website/main.tf b/terraform/modules/gost_website/main.tf index 2761b5d00..f8ee04615 100644 --- a/terraform/modules/gost_website/main.tf +++ b/terraform/modules/gost_website/main.tf @@ -7,7 +7,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.67.0" + version = "~> 5.41.0" } } }