Output of fqdn
This commit is contained in:
parent
690c7ee48f
commit
08c275cf7a
@ -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
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user