Back to Onyx

generated by https://github.com/hashicorp/terraform-plugin-docs

terraform-provider-onyx/docs/data-sources/connectors.md

4.7.0-cloud.4738 B
Original Source

onyx_connectors (Data Source)

All configured connectors, including ones created outside Terraform.

Example Usage

terraform
data "onyx_connectors" "all" {}

output "connector_names" {
  value = [for c in data.onyx_connectors.all.connectors : c.name]
}
<!-- schema generated by tfplugindocs -->

Schema

Read-Only

<a id="nestedatt--connectors"></a>

Nested Schema for connectors

Read-Only:

  • connector_specific_config (String)
  • credential_ids (List of Number)
  • id (String)
  • indexing_start (String)
  • input_type (String)
  • name (String)
  • prune_freq (Number)
  • refresh_freq (Number)
  • source (String)