Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.64 KB

source_railz.md

File metadata and controls

64 lines (47 loc) · 1.64 KB
page_title subcategory description
airbyte_source_railz Resource - terraform-provider-airbyte
SourceRailz Resource

airbyte_source_railz (Resource)

SourceRailz Resource

Example Usage

resource "airbyte_source_railz" "my_source_railz" {
  configuration = {
    client_id  = "...my_client_id..."
    secret_key = "...my_secret_key..."
    start_date = "...my_start_date..."
  }
  definition_id = "5ca01522-3f6e-4546-8798-96a612b566f5"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "e13b054a-bc61-4cd7-9484-e54f4ddcd9d0"
}

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:

  • client_id (String) Client ID (client_id)
  • secret_key (String, Sensitive) Secret key (secret_key)
  • start_date (String) Start date

Import

Import is supported using the following syntax:

terraform import airbyte_source_railz.my_airbyte_source_railz ""