mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
6e27651968
Supports: - Ubuntu 14.04 LTS - RHEL 6 - RHEL 7 - CentOS 6 - CentOS 7
5 lines
107 B
HCL
5 lines
107 B
HCL
output "server_address" {
|
|
value = "${google_compute_instance.consul.0.network_interface.0.address}"
|
|
}
|
|
|