Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.67 KB

source_taboola.md

File metadata and controls

64 lines (47 loc) · 1.67 KB
page_title subcategory description
airbyte_source_taboola Resource - terraform-provider-airbyte
SourceTaboola Resource

airbyte_source_taboola (Resource)

SourceTaboola Resource

Example Usage

resource "airbyte_source_taboola" "my_source_taboola" {
  configuration = {
    account_id    = "...my_account_id..."
    client_id     = "...my_client_id..."
    client_secret = "...my_client_secret..."
  }
  definition_id = "8b529e49-8b58-4ad0-835a-ef1d004cd9cc"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "0d1fd6b1-e836-454a-ae4e-19241220c511"
}

Schema

Required

  • configuration (Attributes) (see below for nested schema)
  • name (String) Name of the source e.g. dev-mysql-instance.
  • workspace_id (String)

Optional

  • definition_id (String) The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
  • secret_id (String) Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.

Read-Only

  • created_at (Number)
  • source_id (String)
  • source_type (String)

Nested Schema for configuration

Required:

  • account_id (String) The ID associated with your taboola account
  • client_id (String, Sensitive)
  • client_secret (String, Sensitive)

Import

Import is supported using the following syntax:

terraform import airbyte_source_taboola.my_airbyte_source_taboola ""