You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, refer to the [Terraform Cloudflare provider documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs).
48
+
37
49
</TabItem> </Tabs>
38
50
39
51
## 2. Validate the content scanning behavior
@@ -140,6 +152,17 @@ The above request will add the following expression to the current list of custo
140
152
lookup_json_string(http.request.body.raw, "file")
141
153
```
142
154
155
+
</TabItem> <TabItemlabel="Terraform">
156
+
157
+
Use the `cloudflare_content_scanning_expression` resource to add a custom scan expression. For example:
0 commit comments