Added code for create-vm-scaleset-network-disks-hcl

This commit is contained in:
Tom Archer
2021-07-28 09:56:18 -07:00
parent ef2d32ca99
commit b4528513d2
7 changed files with 271 additions and 26 deletions

View File

@ -0,0 +1,7 @@
output "vmss_public_ip" {
value = azurerm_public_ip.vmss.fqdn
}
output "jumpbox_public_ip" {
value = azurerm_public_ip.jumpbox.fqdn
}