Skip to content

Commit 69dbe35

Browse files
Removed link_to_default_domain initialization
1 parent 8a90f1e commit 69dbe35

File tree

1 file changed

+0
-1
lines changed
  • modules/azure/frontdoor_standard

1 file changed

+0
-1
lines changed

modules/azure/frontdoor_standard/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ resource "azurerm_cdn_frontdoor_route" "fd_redirect_routes" {
123123
patterns_to_match = each.value.patterns_to_match
124124
supported_protocols = each.value.supported_protocols
125125
https_redirect_enabled = false
126-
link_to_default_domain = false
127126
}
128127

129128
# Routes (forwarding)

0 commit comments

Comments
 (0)