terraform-provider-google/examples/content-based-load-balancing/output.tf

4 lines
107 B
Terraform
Raw Normal View History

output "application_public_ip" {
value = "${google_compute_global_forwarding_rule.default.ip_address}"
}