We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a90f1e commit 69dbe35Copy full SHA for 69dbe35
modules/azure/frontdoor_standard/main.tf
@@ -123,7 +123,6 @@ resource "azurerm_cdn_frontdoor_route" "fd_redirect_routes" {
123
patterns_to_match = each.value.patterns_to_match
124
supported_protocols = each.value.supported_protocols
125
https_redirect_enabled = false
126
- link_to_default_domain = false
127
}
128
129
# Routes (forwarding)
0 commit comments