Merge branch 'master' into glb_and_armor

This commit is contained in:
Ludovico Magnocavallo 2022-05-26 15:47:55 +02:00 committed by GitHub
commit 0ea67a40a4
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" {