From 127962ef327feee9977bd93ff3d83e68abf44700 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Tue, 12 Mar 2024 20:46:58 +0000 Subject: [PATCH] Update outputs.tf --- service/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/outputs.tf b/service/outputs.tf index e3ac577..cede379 100644 --- a/service/outputs.tf +++ b/service/outputs.tf @@ -1,4 +1,4 @@ output "service_arn" { - value = aws_ecs_service.this.arn + value = aws_ecs_service.this.id description = "The ARN for the ECS Service" }