mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-23 22:06:32 +01:00
7 lines
283 B
HCL
7 lines
283 B
HCL
output "lb_svc_acct" {
|
|
value = length(google_service_account.satapi-lb) > 0 ? google_service_account.satapi-lb[0].email : ""
|
|
}
|
|
|
|
output "backend_service" {
|
|
value = length(google_compute_backend_service.satapi-lb) > 0 ? google_compute_backend_service.satapi-lb[0].self_link : ""
|
|
}
|