You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Panorama VM name (echo of `var.vm_name`)."
value = var.vm_name
}
output "mgmt_ip_address" {
description = "Panorama management IP address. Passthrough from the underlying Palo Alto panorama module — public IP when `public_ip_enabled = true`, otherwise private IP."
value = module.panorama.mgmt_ip_address
}
output "interfaces" {
description = "Map of network interfaces created by the underlying panorama module."