Add quickstart
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
output "frontDoorEndpointHostName" {
|
||||
value = azurerm_cdn_frontdoor_endpoint.my_endpoint.host_name
|
||||
}
|
Reference in New Issue
Block a user
@ -0,0 +1,3 @@
|
||||
output "frontDoorEndpointHostName" {
|
||||
value = azurerm_cdn_frontdoor_endpoint.my_endpoint.host_name
|
||||
}
|