mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-24 14:10:36 +01:00
7 lines
126 B
HCL
7 lines
126 B
HCL
output "backend_service" {
|
|
value = element(
|
|
concat(google_compute_backend_service.blc.*.self_link, [""]),
|
|
0,
|
|
)
|
|
}
|
|
|