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
commit cbabe95513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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" {