From 697b863fa57e0cce6baf77cee93658e027145fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:08:38 +0000 Subject: [PATCH] Update hashicorp/aws requirement from <= 4.25.0 to <= 4.58.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/v0.1.0...v4.57.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform/aws_only/main.tf | 2 +- terraform/ecr/main.tf | 2 +- terraform/main.tf | 2 +- terraform/main/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/aws_only/main.tf b/terraform/aws_only/main.tf index 75b750a6..bd271b65 100644 --- a/terraform/aws_only/main.tf +++ b/terraform/aws_only/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "<= 4.25.0" + version = "<= 4.58.0" } } } diff --git a/terraform/ecr/main.tf b/terraform/ecr/main.tf index 75b750a6..bd271b65 100644 --- a/terraform/ecr/main.tf +++ b/terraform/ecr/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "<= 4.25.0" + version = "<= 4.58.0" } } } diff --git a/terraform/main.tf b/terraform/main.tf index a675cf81..ac6556d1 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "<= 4.25.0" + version = "<= 4.58.0" } } } diff --git a/terraform/main/main.tf b/terraform/main/main.tf index 6751b299..0c324bb2 100644 --- a/terraform/main/main.tf +++ b/terraform/main/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "<= 4.25.0" + version = "<= 4.58.0" } } }