page_title | subcategory | description |
---|---|---|
airbyte_source_close_com Resource - terraform-provider-airbyte |
SourceCloseCom Resource |
SourceCloseCom Resource
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"
}
configuration
(Attributes) (see below for nested schema)name
(String) Name of the source e.g. dev-mysql-instance.workspace_id
(String)
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.
created_at
(Number)source_id
(String)source_type
(String)
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 is supported using the following syntax:
terraform import airbyte_source_close_com.my_airbyte_source_close_com ""