Files
2025-11-07 21:53:09 +00:00

3 lines
68 B
Terraform

output "vm_public_ip" {
value = azurerm_public_ip.vm_public
}