Skip to content

Commit

Permalink
enhancement: adding ECS service arn as output
Browse files Browse the repository at this point in the history
  • Loading branch information
marceldevroed committed Oct 17, 2024
1 parent cc44b1b commit eedbf32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ output "tcp_listener_arn" {
value = local.tcp_listener_arn
description = "The ARN of the TCP listener"
}

output "ecs_service_arn" {
value = aws_ecs_service.default.id
description = "The ARN of the ECS service"
}

0 comments on commit eedbf32

Please sign in to comment.