Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.83 KB

source_basecamp.md

File metadata and controls

68 lines (51 loc) · 1.83 KB
page_title subcategory description
airbyte_source_basecamp Resource - terraform-provider-airbyte
SourceBasecamp Resource

airbyte_source_basecamp (Resource)

SourceBasecamp Resource

Example Usage

resource "airbyte_source_basecamp" "my_source_basecamp" {
  configuration = {
    account_id             = 2.64
    client_id              = "...my_client_id..."
    client_refresh_token_2 = "...my_client_refresh_token_2..."
    client_secret          = "...my_client_secret..."
    start_date             = "2022-08-26T03:34:30.047Z"
  }
  definition_id = "78267fea-7309-46f2-92ea-b46b31fe0e8d"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "d5754212-9126-4098-80cb-b5315a603e73"
}

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:

  • account_id (Number)
  • client_id (String, Sensitive)
  • client_refresh_token_2 (String, Sensitive)
  • client_secret (String, Sensitive)
  • start_date (String)

Import

Import is supported using the following syntax:

terraform import airbyte_source_basecamp.my_airbyte_source_basecamp ""