page_title | subcategory | description |
---|---|---|
airbyte_source_wrike Resource - terraform-provider-airbyte |
SourceWrike Resource |
SourceWrike Resource
resource "airbyte_source_wrike" "my_source_wrike" {
configuration = {
access_token = "...my_access_token..."
start_date = "2017-01-25T00:00:00Z"
wrike_instance = "...my_wrike_instance..."
}
definition_id = "4e809546-36aa-49cb-8be0-32fbc5664fb1"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "26c5ac5f-c619-4257-b95d-47e14cbf19c2"
}
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:
access_token
(String, Sensitive) Permanent access token. You can find documentation on how to acquire a permanent access token here
Optional:
start_date
(String) UTC date and time in the format 2017-01-25T00:00:00Z. Only comments after this date will be replicated.wrike_instance
(String) Wrike's instance such asapp-us2.wrike.com
. Default: "app-us2.wrike.com"
Import is supported using the following syntax:
terraform import airbyte_source_wrike.my_airbyte_source_wrike ""