Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.96 KB

source_wrike.md

File metadata and controls

67 lines (48 loc) · 1.96 KB
page_title subcategory description
airbyte_source_wrike Resource - terraform-provider-airbyte
SourceWrike Resource

airbyte_source_wrike (Resource)

SourceWrike Resource

Example Usage

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"
}

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:

  • 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 as app-us2.wrike.com. Default: "app-us2.wrike.com"

Import

Import is supported using the following syntax:

terraform import airbyte_source_wrike.my_airbyte_source_wrike ""