We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da19fdc commit 4c22a3dCopy full SHA for 4c22a3d
1 file changed
cf-cache.tf
@@ -34,8 +34,8 @@ resource "cloudflare_zone_setting" "minify" {
34
zone_id = local.zone_id
35
setting_id = "minify"
36
value = {
37
- css = "on"
38
- html = "on"
+ css = "off"
+ html = "off"
39
js = "off"
40
}
41
0 commit comments