Skip to content

Commit

Permalink
Fix for hashicorp#4461 Front door caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WodansSon authored Oct 11, 2019
1 parent 5414376 commit 00b5ad6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azurerm/resource_arm_front_door.go
Original file line number Diff line number Diff line change
Expand Up @@ -1355,10 +1355,6 @@ func flattenArmFrontDoorRoutingRule(input *[]frontdoor.RoutingRule) []interface{
c["cache_use_dynamic_compression"] = true
}
}
} else {
// Set Defaults
c["cache_query_parameter_strip_directive"] = string(frontdoor.StripNone)
c["cache_use_dynamic_compression"] = false
}

rc = append(rc, c)
Expand Down

0 comments on commit 00b5ad6

Please sign in to comment.