From 9880978f79c55ab00a22423ce5910d84b56058f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:39:48 +0000 Subject: [PATCH] chore(deps): update hashicorp/aws requirement from ~> 5.0 to ~> 6.16 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/v5.0.0...v6.16.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index fed47bff..f6c7225d 100644 --- a/versions.tf +++ b/versions.tf @@ -13,7 +13,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" # Use AWS provider version 5.x + version = "~> 6.16" # Use AWS provider version 5.x } random = { source = "hashicorp/random"