fix 101-application-gateway (#149)

Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
lonegunmanb
2023-02-13 17:28:10 +08:00
committed by GitHub
parent bbe290c906
commit f4a4eed225
3 changed files with 45 additions and 33 deletions

View File

@ -0,0 +1,3 @@
output "gateway_frontend_ip" {
value = "http://${azurerm_public_ip.pip.ip_address}"
}