Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.64 KB

source_eventbrite.md

File metadata and controls

62 lines (45 loc) · 1.64 KB
page_title subcategory description
airbyte_source_eventbrite Resource - terraform-provider-airbyte
SourceEventbrite Resource

airbyte_source_eventbrite (Resource)

SourceEventbrite Resource

Example Usage

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"
}

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:

  • private_token (String, Sensitive) The private token to use for authenticating API requests.
  • start_date (String)

Import

Import is supported using the following syntax:

terraform import airbyte_source_eventbrite.my_airbyte_source_eventbrite ""