Skip to content

mixpanel_project_outgoing_integration (Data Source)

Fetches a Mixpanel project outgoing integration by its unique identifier. Outgoing integrations represent configured data exports from a Mixpanel project to external destinations (e.g., cloud warehouses, data lakes).

Note: This object exists only as a data source. There is no resource counterpart; outgoing integrations are managed through the Mixpanel UI or API outside Terraform.

Example Usage

data "mixpanel_project_outgoing_integration" "warehouse_export" {
  project_id                      = 1234567
  project_outgoing_integration_id = 98765
}

Schema

Required

  • project_id (Number)
  • project_outgoing_integration_id (Number)

Read-Only

  • cohorts (Attributes List)
  • connector_name (String)
  • created_at (String)
  • created_by (Attributes)
  • failure_message (String)
  • id (Number) The ID of this resource.
  • integration_id (Number)
  • is_enabled (Boolean)
  • modified_at (String)
  • name (String)
  • status (Attributes)
  • workflow_state (String)