Skip to content

Commit

Permalink
Merge pull request #125 from SazniMohamed/main-nov-4
Browse files Browse the repository at this point in the history
Update CDN Endpoint module
  • Loading branch information
SazniMohamed authored Dec 12, 2024
2 parents 2a6939c + 6a32348 commit 57db6cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/azurerm/CDN-Endpoint/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ output "cdn_endpoint_id" {
depends_on = [azurerm_cdn_endpoint.cdn_endpoint]
value = azurerm_cdn_endpoint.cdn_endpoint.id
}

output "cdn_endpoint_name" {
depends_on = [azurerm_cdn_endpoint.cdn_endpoint]
value = azurerm_cdn_endpoint.cdn_endpoint.name
}

0 comments on commit 57db6cd

Please sign in to comment.