page_title | subcategory | description |
---|---|---|
airbyte_source_taboola Resource - terraform-provider-airbyte |
SourceTaboola Resource |
SourceTaboola Resource
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"
}
configuration
(Attributes) (see below for nested schema)name
(String) Name of the source e.g. dev-mysql-instance.workspace_id
(String)
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.
created_at
(Number)source_id
(String)source_type
(String)
Required:
account_id
(String) The ID associated with your taboola accountclient_id
(String, Sensitive)client_secret
(String, Sensitive)
Import is supported using the following syntax:
terraform import airbyte_source_taboola.my_airbyte_source_taboola ""