From 400a65f3eda7f996af2c6e9a88995a2bd315a75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 06:58:22 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 3.0 to ~> 4.57 in /tf 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/v3.0.0...v4.57.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tf/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/terraform.tf b/tf/terraform.tf index 9bb7e9a..c35bae6 100644 --- a/tf/terraform.tf +++ b/tf/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.0" + version = "~> 4.57" } } }