From 7b25580fe6c86a7b14480233cbc0a6fc08285c24 Mon Sep 17 00:00:00 2001 From: Jaime Escalona <31493381+jaescalo@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:42:54 -0600 Subject: [PATCH] Added mp4 extension match --- rules.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.tf b/rules.tf index ea6e171..74e1dd4 100644 --- a/rules.tf +++ b/rules.tf @@ -115,7 +115,7 @@ data "akamai_property_rules_builder" "github-workflow-tf-demo_rule_completely_st file_extension { match_case_sensitive = false match_operator = "IS_ONE_OF" - values = ["css", "gif", "jpg", "js", "png", "pict", "tif", "tiff", "mid", "midi", "ttf", "eot", "woff", "woff2", "otf", "svg", "svgz", "webp", "jxr", "class", "jar", "jp2", ] + values = ["mp4", "css", "gif", "jpg", "js", "png", "pict", "tif", "tiff", "mid", "midi", "ttf", "eot", "woff", "woff2", "otf", "svg", "svgz", "webp", "jxr", "class", "jar", "jp2", ] } } criterion {