From c1949729ce26331ec5a30f54956bebb114d4546c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:00:27 +0000 Subject: [PATCH] Bump hashicorp/aws from 5.42.0 to 5.43.0 Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.42.0 to 5.43.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/v5.42.0...v5.43.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks/main.tf b/eks/main.tf index afc4ae3..00bdf58 100644 --- a/eks/main.tf +++ b/eks/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.42.0" + version = "5.43.0" } } cloud {