Merge pull request #657 from psabhishekgoogle/patch-1

Update outputs.tf
This commit is contained in:
psabhishekgoogle
2022-05-25 14:27:39 +05:30
committed by GitHub

View File

@@ -43,7 +43,7 @@ output "ssl_certificates" {
output "ip_address" {
description = "The reserved global IP address."
value = try(google_compute_global_address.static_ip, null)
value = google_compute_global_forwarding_rule.forwarding_rule.ip_address
}
output "target_proxy" {