open-consul/terraform/google/outputs.tf
Shane O'Grady bc85603f0e 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}"
}