mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
4 lines
104 B
HCL
4 lines
104 B
HCL
output "server_address" {
|
|
value = "${google_compute_instance.consul.0.network_interface.0.address}"
|
|
}
|