lonegunmanb f2a6901f3f
Convert legacy Packer json template to hcl2 template (#247)
* convert legacy Packer json template to hcl2 template
2023-09-19 13:37:17 +08:00

11 lines
227 B
HCL

output "vmss_public_ip_fqdn" {
value = azurerm_public_ip.vmss.fqdn
}
output "jumpbox_public_ip_fqdn" {
value = azurerm_public_ip.jumpbox.fqdn
}
output "jumpbox_public_ip" {
value = azurerm_public_ip.jumpbox.ip_address
}