Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.84 KB

source_close_com.md

File metadata and controls

65 lines (46 loc) · 1.84 KB
page_title subcategory description
airbyte_source_close_com Resource - terraform-provider-airbyte
SourceCloseCom Resource

airbyte_source_close_com (Resource)

SourceCloseCom Resource

Example Usage

resource "airbyte_source_close_com" "my_source_closecom" {
  configuration = {
    api_key    = "...my_api_key..."
    start_date = "2021-01-01"
  }
  definition_id = "2feda523-5eaf-4703-83f9-92da3d6d90ab"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "65416224-7de7-412c-a755-9d5c38065592"
}

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 (String, Sensitive) Close.com API key (usually starts with 'api_'; find yours here).

Optional:

  • start_date (String) The start date to sync data; all data after this date will be replicated. Leave blank to retrieve all the data available in the account. Format: YYYY-MM-DD. Default: "2021-01-01"

Import

Import is supported using the following syntax:

terraform import airbyte_source_close_com.my_airbyte_source_close_com ""