mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 19:59:34 +01:00
2b74aba564
* Network load balancer for ingress doesn't work yet because Compute Engine packages are missing * port-forward / socat is broken
4 lines
88 B
HCL
4 lines
88 B
HCL
output "ingress_static_ip" {
|
|
value = "${google_compute_address.ingress-ip.address}"
|
|
}
|