Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.66 KB

source_calendly.md

File metadata and controls

62 lines (45 loc) · 1.66 KB
page_title subcategory description
airbyte_source_calendly Resource - terraform-provider-airbyte
SourceCalendly Resource

airbyte_source_calendly (Resource)

SourceCalendly Resource

Example Usage

resource "airbyte_source_calendly" "my_source_calendly" {
  configuration = {
    api_key    = "...my_api_key..."
    start_date = "2021-01-29T13:25:58.736Z"
  }
  definition_id = "8be0c388-cbc0-4fe1-b922-5904f219f8ad"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "c6953f07-0b86-4105-8f27-e4fb9d5b9fc8"
}

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:

Import

Import is supported using the following syntax:

terraform import airbyte_source_calendly.my_airbyte_source_calendly ""