4 lines
107 B
Terraform
4 lines
107 B
Terraform
|
output "application_public_ip" {
|
||
|
value = "${google_compute_global_forwarding_rule.default.ip_address}"
|
||
|
}
|