mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 18:49:34 +01:00
4 lines
88 B
Terraform
4 lines
88 B
Terraform
|
output "ingress_static_ip" {
|
||
|
value = "${google_compute_address.ingress-ip.address}"
|
||
|
}
|