Skip to main content
This page is auto-generated based on the official Terraform documentation.

Overview

Use this data source with the Vantage Terraform provider. For installation and authentication, see the Terraform provider quickstart. The schema below is generated directly from the provider source. Returns all integrations visible to the API token, optionally filtered by provider type. Fetches up to 1,000 results.

Schema

Optional

  • provider_filter (String) Filter results by provider type (e.g. custom_provider). Corresponds to the provider query parameter on the Get All Integrations API endpoint.

Read-Only

Nested Schema for integrations

Read-Only:
  • created_at (String) The date and time (UTC, ISO 8601) when the integration was created.
  • last_updated (String) The date and time (UTC, ISO 8601) when the integration was last updated. Null if never updated.
  • managed_account_tokens (Set of String) The tokens of any Managed Accounts associated with this integration.
  • name (String) The display name of the integration.
  • status (String) The status of the integration (e.g. connected, pending, importing, imported, error, disconnected).
  • token (String) The unique token of the integration.
  • workspace_tokens (Set of String) The tokens of the Workspaces associated with this integration.