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