Update outputs.tf

makimg changes in net-glb module and correcting the output ipaddress
This commit is contained in:
psabhishekgoogle
2022-05-25 13:36:58 +05:30
committed by GitHub
parent 22d0506f4d
commit 668a8bb07c

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