From 664d6cd69384a891d37a2a4565bebd4b282f58dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:27:52 +0000 Subject: [PATCH] Bump hashicorp/aws from 4.18.0 to 4.31.0 in /terraform Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.18.0 to 4.31.0. - [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.18.0...v4.31.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/api/main.tf | 2 +- terraform/main.tf | 2 +- terraform/ui/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/api/main.tf b/terraform/api/main.tf index 3efe0494..6a033530 100644 --- a/terraform/api/main.tf +++ b/terraform/api/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "4.18.0" + version = "4.31.0" } } } diff --git a/terraform/main.tf b/terraform/main.tf index 844dfb01..942dc524 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "4.18.0" + version = "4.31.0" } } backend "remote" { diff --git a/terraform/ui/main.tf b/terraform/ui/main.tf index c39f8191..67126826 100644 --- a/terraform/ui/main.tf +++ b/terraform/ui/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "4.18.0" + version = "4.31.0" configuration_aliases = [aws.us-east-1] } archive = {