bc85603f0e
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}"
|
|
}
|
|
|