From 6e5c1d96a04425a854c43a74f796fccc03484c09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 07:25:54 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.61.2 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 9bb93ed..51d0759 100644 --- a/src/main.tf +++ b/src/main.tf @@ -26,7 +26,7 @@ resource "datadog_synthetics_private_location" "private_location" { module "container_definition" { source = "cloudposse/ecs-container-definition/aws" - version = "0.58.1" + version = "0.61.2" depends_on = [datadog_synthetics_private_location.private_location]