Skip to content

Commit 85f2b50

Browse files
authored
front door sample
1 parent a08e6ee commit 85f2b50

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

3_networking/front-door/outputs.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# outputs.tf
2+
# This file defines the outputs for the Front Door configuration.
3+
4+
output "front_door_id" {
5+
description = "The ID of the Front Door profile"
6+
value = azurerm_cdn_frontdoor_profile.fd.id
7+
}
8+
9+
output "front_door_frontend_endpoint" {
10+
description = "The frontend endpoint hostname of the Front Door"
11+
value = azurerm_cdn_frontdoor_endpoint.fd.host_name
12+
}

0 commit comments

Comments
 (0)