We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1213803 commit c30b7f6Copy full SHA for c30b7f6
src/outputs.tf
@@ -77,3 +77,8 @@ output "service_arn" {
77
value = one(module.ecs_alb_service_task[*].service_arn)
78
description = "The ECS service ARN"
79
}
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