From 5e4c28a85ef97206ff69e4f3124a29a4b36d19d5 Mon Sep 17 00:00:00 2001 From: Jaime Escalona <31493381+jaescalo@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:56:21 -0600 Subject: [PATCH] Added mp3 extension match --- rules.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.tf b/rules.tf index 74e1dd4..b302a7e 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 = ["mp4", "css", "gif", "jpg", "js", "png", "pict", "tif", "tiff", "mid", "midi", "ttf", "eot", "woff", "woff2", "otf", "svg", "svgz", "webp", "jxr", "class", "jar", "jp2", ] + values = ["mp3", "mp4", "css", "gif", "jpg", "js", "png", "pict", "tif", "tiff", "mid", "midi", "ttf", "eot", "woff", "woff2", "otf", "svg", "svgz", "webp", "jxr", "class", "jar", "jp2", ] } } criterion {