mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
4 lines
122 B
HCL
4 lines
122 B
HCL
output "internal_load_balancer_ip" {
|
|
value = "${google_compute_forwarding_rule.my-int-lb-forwarding-rule.ip_address}"
|
|
}
|