mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 00:44:20 -05:00
4 lines
74 B
Terraform
4 lines
74 B
Terraform
|
output "target_group_arn" {
|
||
|
value = aws_lb_target_group.front_end.arn
|
||
|
}
|