Skip to content

Commit

Permalink
Update resource name (review)
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Tamachiro <[email protected]>
  • Loading branch information
pedrosousa and RebeccaTamachiro authored Jan 10, 2025
1 parent cdffd39 commit f2e1bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ lookup_json_string(http.request.body.raw, "file")
Use the `cloudflare_content_scanning_expression` resource to add a custom scan expression. For example:

```terraform
resource "cloudflare_content_scanning_expression" "mu_custom_scan_expression" {
resource "cloudflare_content_scanning_expression" "my_custom_scan_expression" {
zone_id = <ZONE_ID>
payload = "lookup_json_string(http.request.body.raw, \"file\")"
}
Expand Down

0 comments on commit f2e1bb9

Please sign in to comment.