Skip to content

Commit f2e1bb9

Browse files
Update resource name (review)
Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent cdffd39 commit f2e1bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/waf/detections/malicious-uploads/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ lookup_json_string(http.request.body.raw, "file")
157157
Use the `cloudflare_content_scanning_expression` resource to add a custom scan expression. For example:
158158

159159
```terraform
160-
resource "cloudflare_content_scanning_expression" "mu_custom_scan_expression" {
160+
resource "cloudflare_content_scanning_expression" "my_custom_scan_expression" {
161161
zone_id = <ZONE_ID>
162162
payload = "lookup_json_string(http.request.body.raw, \"file\")"
163163
}

0 commit comments

Comments
 (0)