From 668a8bb07c7644621f95b8eef68bf146e735d963 Mon Sep 17 00:00:00 2001 From: psabhishekgoogle <106232216+psabhishekgoogle@users.noreply.github.com> Date: Wed, 25 May 2022 13:36:58 +0530 Subject: [PATCH] Update outputs.tf makimg changes in net-glb module and correcting the output ipaddress --- modules/net-glb/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net-glb/outputs.tf b/modules/net-glb/outputs.tf index 1f4754db4..e328d016f 100644 --- a/modules/net-glb/outputs.tf +++ b/modules/net-glb/outputs.tf @@ -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" {