Skip to content

Commit 1ddb8d2

Browse files
Chore [deps:terraform]: update hashicorp/aws requirement from ~> 6.54.0 to ~> 6.57.1
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](hashicorp/terraform-provider-aws@v6.54.0...v6.57.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.57.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdd0568 commit 1ddb8d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • terraform/modules/scheduled_ecs_task

terraform/modules/scheduled_ecs_task/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
aws = {
88
source = "hashicorp/aws"
9-
version = "~> 6.54.0"
9+
version = "~> 6.57.1"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)