From 22f79841b7bb82dbb6f8322b5cd28a57edade671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:20:44 +0000 Subject: [PATCH] Update hashicorp/aws requirement from ~> 6.0.0 to ~> 6.16.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/v6.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] --- modules/ecs-service/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ecs-service/main.tf b/modules/ecs-service/main.tf index fae09ae..3f6086d 100644 --- a/modules/ecs-service/main.tf +++ b/modules/ecs-service/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 6.0.0" + version = "~> 6.16.0" } }