Skip to content

Commit

Permalink
Bump terraform-aws-modules/ecs/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/ecs/aws](https://github.com/terraform-aws-modules/terraform-aws-ecs) from 5.11.2 to 5.12.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-ecs/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-ecs@v5.11.2...v5.12.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/ecs/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 507452d commit 5a22cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data "aws_availability_zones" "available" {}
module "ecs_cluster" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
source = "terraform-aws-modules/ecs/aws//modules/cluster"
version = "5.11.2"
version = "5.12.0"

cluster_name = var.cluster_name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module "ecs_service" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions
for_each = var.ecs_services
source = "terraform-aws-modules/ecs/aws//modules/service"
version = "5.11.2"
version = "5.12.0"

# Service
name = each.value.name
Expand Down

0 comments on commit 5a22cce

Please sign in to comment.