Updated Front Door Classic code sample (#244)

This commit is contained in:
Tom Archer
2023-08-10 19:11:38 -07:00
committed by GitHub
parent 2d6bb88c73
commit e34f713c9e
6 changed files with 46 additions and 146 deletions

View File

@ -0,0 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "frontDoorEndpointHostName" {
value = azurerm_frontdoor.main.frontend_endpoint[0].host_name
}