Added ip address to output to aid in customer verifying results of example

This commit is contained in:
Tom Archer
2021-07-28 13:47:16 -07:00
parent b1b458ab50
commit 8a6ba16abd
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ output "vmss_public_ip" {
output "jumpbox_public_ip" {
value = azurerm_public_ip.jumpbox.fqdn
}
}