Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.65 KB

source_help_scout.md

File metadata and controls

64 lines (47 loc) · 1.65 KB
page_title subcategory description
airbyte_source_help_scout Resource - terraform-provider-airbyte
SourceHelpScout Resource

airbyte_source_help_scout (Resource)

SourceHelpScout Resource

Example Usage

resource "airbyte_source_help_scout" "my_source_helpscout" {
  configuration = {
    client_id     = "...my_client_id..."
    client_secret = "...my_client_secret..."
    start_date    = "2022-08-01T01:51:06.502Z"
  }
  definition_id = "4c8b8f51-7a25-4c17-a1ed-10ca39d831ee"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "27ae639f-32a2-4107-9640-154f690b48dc"
}

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:

  • client_id (String, Sensitive)
  • client_secret (String, Sensitive)
  • start_date (String)

Import

Import is supported using the following syntax:

terraform import airbyte_source_help_scout.my_airbyte_source_help_scout ""