Output of fqdn

This commit is contained in:
Tom Archer 2023-03-27 17:11:24 -07:00
parent 690c7ee48f
commit 08c275cf7a

View File

@ -5,3 +5,7 @@ output "resource_group_name" {
output "cdn_endpoint_endpoint_name" { output "cdn_endpoint_endpoint_name" {
value = azurerm_cdn_endpoint.endpoint.name value = azurerm_cdn_endpoint.endpoint.name
} }
output "azurerm_cdn_endpoint_fqdn" {
value = azurerm_cdn_endpoint.endpoint.fqdn
}