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
Copy file name to clipboardExpand all lines: docs/resources/hog_function.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Manage PostHog Hog functions. Hog functions enable destinations, webhooks, and t
27
27
-`mappings_json` (String) JSON array of mapping configurations. Each mapping can have its own `name`, `inputs_schema`, `inputs`, and `filters`.
28
28
-`masking_json` (String) JSON object configuring PII masking for the Hog function. Includes `ttl`, `threshold`, and `hash` properties.
29
29
-`name` (String) Name of the Hog function.
30
+
-`project_id` (String) Project ID (environment) for this resource. Overrides the provider-level project_id.
30
31
-`template_id` (String) ID of a template to use as the basis for this Hog function. The template provides default code, inputs schema, and configuration.
31
32
-`type` (String) Type of Hog function: `destination`, `site_destination`, `internal_destination`, `source_webhook`, `site_app`, or `transformation`.
0 commit comments