powerplatform_connectors (Data Source)

Fetches the list of available connectors within a specific Power Platform tenant. Each connector represents a service that can be used to enhance the capabilities of Power Apps, Power Automate, and Power Virtual Agents. The returned list includes both standard and custom connectors, providing a comprehensive view of the services that can be integrated into your Power Platform solutions. The list can be used to understand what services are readily available for use within your tenant, and can assist in planning and developing new applications or flows. It's important to note that the availability of connectors may vary based on the specific licenses and permissions assigned within your tenant.

Additional Resources:

Example Usage

terraform {
  required_providers {
    powerplatform = {
      source = "microsoft/power-platform"
    }
  }
}

provider "powerplatform" {
  use_cli = true
}

data "powerplatform_connectors" "all_connectors" {}

Schema

Read-Only

  • connectors (Attributes List) List of Connectors (see below for nested schema)
  • id (String) The ID of this resource.

Nested Schema for connectors

Read-Only:

  • description (String) Description
  • display_name (String) Display name
  • id (String) Id
  • name (String) Name
  • publisher (String) Publisher
  • tier (String) Tier
  • type (String) Type
  • unblockable (Boolean) Indicates if the connector can be blocked in a Data Loss Prevention policy. If true, the connector has to be in 'Non-Business' connectors group.