page_title | subcategory | description |
---|---|---|
airbyte_source_eventbrite Resource - terraform-provider-airbyte |
SourceEventbrite Resource |
SourceEventbrite Resource
resource "airbyte_source_eventbrite" "my_source_eventbrite" {
configuration = {
private_token = "...my_private_token..."
start_date = "2020-12-22T11:47:14.981Z"
}
definition_id = "129bcfc5-58a7-4780-bd8b-32bcaa8321ff"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "acb78d3c-dc10-4620-b5e3-45334517c1ca"
}
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:
private_token
(String, Sensitive) The private token to use for authenticating API requests.start_date
(String)
Import is supported using the following syntax:
terraform import airbyte_source_eventbrite.my_airbyte_source_eventbrite ""