4 lines
104 B
HCL
4 lines
104 B
HCL
output "server_address" {
|
|
value = "${google_compute_instance.consul.0.network_interface.0.address}"
|
|
}
|