Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.55 KB

source_justcall.md

File metadata and controls

62 lines (45 loc) · 1.55 KB
page_title subcategory description
airbyte_source_justcall Resource - terraform-provider-airbyte
SourceJustcall Resource

airbyte_source_justcall (Resource)

SourceJustcall Resource

Example Usage

resource "airbyte_source_justcall" "my_source_justcall" {
  configuration = {
    api_key_2  = "...my_api_key_2..."
    start_date = "2022-08-06T09:23:13.895Z"
  }
  definition_id = "dcc6c168-8991-4397-acd3-768794228a04"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "8fa39531-85e4-4e5c-bcd7-c6d1fe4f108b"
}

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_key_2 (String, Sensitive)
  • start_date (String)

Import

Import is supported using the following syntax:

terraform import airbyte_source_justcall.my_airbyte_source_justcall ""