From 1c31153d3711a74344e21673c2599f61ba8bafb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:57:44 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c88c29..5f920df 100644 --- a/README.md +++ b/README.md @@ -100,14 +100,14 @@ module "ecs" { service_connect_configuration = { namespace = "example" - service = { + service = [{ client_alias = { port = 80 dns_name = "ecs-sample" - } - port_name = "ecs-sample" - discovery_name = "ecs-sample" - } + } + port_name = "ecs-sample" + discovery_name = "ecs-sample" + }] } load_balancer = { From 4c3cb3e3c53a1c41156769cc85994d97155d28d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:59:12 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f920df..8bb3e3d 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,10 @@ module "ecs" { client_alias = { port = 80 dns_name = "ecs-sample" - } - port_name = "ecs-sample" - discovery_name = "ecs-sample" - }] + } + port_name = "ecs-sample" + discovery_name = "ecs-sample" + }] } load_balancer = {