2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-23 20:19:29 +00:00
Shane O'Grady 6e27651968 Add Terraform config for Google Cloud Platform
Supports:
- Ubuntu 14.04 LTS
- RHEL 6
- RHEL 7
- CentOS 6
- CentOS 7
2016-07-05 17:11:52 -03:00

5 lines
107 B
HCL

output "server_address" {
value = "${google_compute_instance.consul.0.network_interface.0.address}"
}