Skip to content

Commit

Permalink
Added outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeMahdavianSSC committed Oct 28, 2024
1 parent ece95b5 commit a5e88ef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
output "front-door-object" {
description = "Outputs the entire front door object"
value = azurerm_cdn_frontdoor_profile.frontdoor_profile
}

output "front-door-id" {
description = "Outputs the front door profile ID"
value = azurerm_cdn_frontdoor_profile.frontdoor_profile.id
}

output "front-door-name" {
description = "Outputs the front door profile name"
value = azurerm_cdn_frontdoor_profile.frontdoor_profile
}




0 comments on commit a5e88ef

Please sign in to comment.