page_title | subcategory | description |
---|---|---|
airbyte_source_pretix Resource - terraform-provider-airbyte |
SourcePretix Resource |
SourcePretix Resource
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"
}
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:
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 is supported using the following syntax:
terraform import airbyte_source_pretix.my_airbyte_source_pretix ""