We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08e6ee commit 85f2b50Copy full SHA for 85f2b50
3_networking/front-door/outputs.tf
@@ -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