mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
8 lines
132 B
HCL
8 lines
132 B
HCL
output "vm_name" {
|
|
value = azurerm_linux_virtual_machine.main.name
|
|
}
|
|
|
|
output "ip" {
|
|
value = azurerm_public_ip.main.ip_address
|
|
}
|