Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.58 KB

source_pretix.md

File metadata and controls

60 lines (43 loc) · 1.58 KB
page_title subcategory description
airbyte_source_pretix Resource - terraform-provider-airbyte
SourcePretix Resource

airbyte_source_pretix (Resource)

SourcePretix Resource

Example Usage

resource "airbyte_source_pretix" "my_source_pretix" {
  configuration = {
    api_token = "...my_api_token..."
  }
  definition_id = "55f867e4-2fa7-4bab-8467-7b18a9e92d2d"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "64a87393-a176-4e51-ae02-c095deb8096a"
}

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:

  • api_token (String, Sensitive) API token to use. Obtain it from the pretix web interface by creating a new token under your team settings.

Import

Import is supported using the following syntax:

terraform import airbyte_source_pretix.my_airbyte_source_pretix ""