Add quickstart

This commit is contained in:
John Downs
2022-11-25 19:28:32 +13:00
parent 467e0a67f7
commit b7d0d3fd2c
8 changed files with 491 additions and 0 deletions

View File

@ -0,0 +1,3 @@
output "frontDoorEndpointHostName" {
value = azurerm_cdn_frontdoor_endpoint.my_endpoint.host_name
}