From 7910aa5ea1ead93f791d69ee8f7e7ae331929e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 02:09:03 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.61.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c88676a..c9ac357 100644 --- a/main.tf +++ b/main.tf @@ -41,7 +41,7 @@ resource "aws_service_discovery_service" "xray" { module "xray_definition" { source = "cloudposse/ecs-container-definition/aws" - version = "0.58.1" + version = "0.61.1" container_image = "public.ecr.aws/xray/aws-xray-daemon:3.3.5" container_name = "xray-daemon"