mirror of
https://github.com/mr-vercetti/tf-aws-demo.git
synced 2025-01-18 19:35:34 +01:00
3 lines
56 B
Terraform
3 lines
56 B
Terraform
|
output "alb_tg" {
|
||
|
value = aws_lb_target_group.this
|
||
|
}
|