From a178be56f34e729b20cc654134d2a18d141f87da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:08:14 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.61.2 --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 05d83dd..05da02e 100644 --- a/main.tf +++ b/main.tf @@ -98,7 +98,7 @@ resource "aws_cloudwatch_log_group" "default" { module "container_definition" { source = "cloudposse/ecs-container-definition/aws" - version = "0.61.1" + version = "0.61.2" container_name = module.ecs_label.id @@ -155,7 +155,7 @@ module "container_definition" { module "container_definition_fluentbit" { source = "cloudposse/ecs-container-definition/aws" - version = "0.61.1" + version = "0.61.2" container_name = "log_router" container_image = "${var.log_router_image_repository}:${var.log_router_image_tag}"