Skip to content

Commit c30b7f6

Browse files
authored
feat: add output for ECS service security group ID (#80)
1 parent 1213803 commit c30b7f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ output "service_arn" {
7777
value = one(module.ecs_alb_service_task[*].service_arn)
7878
description = "The ECS service ARN"
7979
}
80+
81+
output "service_sg_id" {
82+
value = one(module.ecs_alb_service_task[*].service_security_group_id)
83+
description = "The ECS service security group ID"
84+
}

0 commit comments

Comments
 (0)