Skip to content

Commit

Permalink
add service_sg_id output
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Jan 23, 2025
1 parent e24b864 commit 1da4b30
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 @@ -16,4 +16,9 @@ output "task_arn" {
output "task_family" {
value = aws_ecs_task_definition.task.family
description = "Task family of the ECS Task Definition used by this ECS Service"
}

output "service_sg_id" {
value = local.security_group_id
description = "ID of the security group set on this ECS Service"
}

0 comments on commit 1da4b30

Please sign in to comment.