Compare commits
No commits in common. "53070185564bd0c7e5a98cd513f9e38854ed68fa" and "a1988f351ebd4d401546b82eaf6fe4e276b0e59a" have entirely different histories.
5307018556
...
a1988f351e
1 changed files with 2 additions and 12 deletions
|
@ -1,13 +1,3 @@
|
||||||
output "vms" {
|
output "lb-ip" {
|
||||||
value = {
|
value = yandex_lb_network_load_balancer.balancer1.listener
|
||||||
for name, vm in yandex_compute_instance.vm : vm.name => vm.network_interface.0.nat_ip_address
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
output "lbs" {
|
|
||||||
value = {
|
|
||||||
for listener in yandex_lb_network_load_balancer.balancer1.listener : listener.name => [
|
|
||||||
for spec in listener.external_address_spec : spec.address
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue