mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 07:33:58 -06:00
4 lines
107 B
HCL
4 lines
107 B
HCL
output "application_public_ip" {
|
|
value = "${google_compute_global_forwarding_rule.default.ip_address}"
|
|
}
|