Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.82 KB

source_capsule_crm.md

File metadata and controls

64 lines (47 loc) · 1.82 KB
page_title subcategory description
airbyte_source_capsule_crm Resource - terraform-provider-airbyte
SourceCapsuleCrm Resource

airbyte_source_capsule_crm (Resource)

SourceCapsuleCrm Resource

Example Usage

resource "airbyte_source_capsule_crm" "my_source_capsulecrm" {
  configuration = {
    bearer_token = "...my_bearer_token..."
    entity       = "kases"
    start_date   = "2022-04-29T18:37:17.501Z"
  }
  definition_id = "e25f8f72-b58a-4fbe-94d1-7cb757149983"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "5d45249b-9315-4851-8b0a-0868a4855d0f"
}

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:

  • bearer_token (String, Sensitive) Bearer token to authenticate API requests. Generate it from the 'My Preferences' > 'API Authentication Tokens' page in your Capsule account.
  • entity (String) must be one of ["parties", "opportunities", "kases"]
  • start_date (String)

Import

Import is supported using the following syntax:

terraform import airbyte_source_capsule_crm.my_airbyte_source_capsule_crm ""