From 848e7046d59a574e424a7dc8a1bbd39c5696deb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:46:18 +0000 Subject: [PATCH 1/2] Bump cloudposse/ecs-container-definition/aws from 0.60.0 to 0.61.0 Bumps [cloudposse/ecs-container-definition/aws](https://github.com/cloudposse/terraform-aws-ecs-container-definition) from 0.60.0 to 0.61.0. - [Release notes](https://github.com/cloudposse/terraform-aws-ecs-container-definition/releases) - [Commits](https://github.com/cloudposse/terraform-aws-ecs-container-definition/compare/0.60.0...0.61.0) --- updated-dependencies: - dependency-name: cloudposse/ecs-container-definition/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ecs_task_definitions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs_task_definitions.tf b/ecs_task_definitions.tf index 413b70c..356bc0b 100644 --- a/ecs_task_definitions.tf +++ b/ecs_task_definitions.tf @@ -25,7 +25,7 @@ module "service_container_definition" { count = var.container_definitions != null ? 0 : 1 source = "cloudposse/ecs-container-definition/aws" - version = "0.60.0" + version = "0.61.0" container_name = var.service_name container_image = var.container_image From f41dcefc69a0693f5aea1568a5affa47ef60bfbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Oct 2023 16:46:50 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 846c21e..56baeca 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can do this by commenting out the entire module, running a terraform apply, | Name | Source | Version | |------|--------|---------| | [database](#module\_database) | ./rds_cluster | n/a | -| [service\_container\_definition](#module\_service\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.60.0 | +| [service\_container\_definition](#module\_service\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.61.0 | ## Resources