Update outputs.tf (#571)

This commit is contained in:
Simone Ruffilli 2022-03-06 09:19:31 +01:00 committed by GitHub
parent a988107006
commit 2a4c3dc913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ output "shared_vpc_self_links" {
output "vpn_gateway_endpoints" {
description = "External IP Addresses for the GCP VPN gateways."
value = {
value = local.enable_onprem_vpn == false ? null : {
onprem-ew1 = {
for v in module.landing-to-onprem-ew1-vpn[0].gateway.vpn_interfaces :
v.id => v.ip_address