terraform fmt of outputs

This commit is contained in:
Christoph Grotz 2023-02-24 17:50:41 +00:00
parent 12d70832d2
commit 0496b26f62
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@
output "lb_ip" {
description = "Load balancer IP address."
value = google_compute_global_forwarding_rule.default.ip_address
value = google_compute_global_forwarding_rule.default.ip_address
}