Skip to content

Commit

Permalink
Added mp3 extension match
Browse files Browse the repository at this point in the history
  • Loading branch information
jaescalo authored Jul 3, 2024
1 parent 7b25580 commit 5e4c28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5e4c28a

Please sign in to comment.