Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.76 KB

source_gorgias.md

File metadata and controls

69 lines (50 loc) · 1.76 KB
page_title subcategory description
airbyte_source_gorgias Resource - terraform-provider-airbyte
SourceGorgias Resource

airbyte_source_gorgias (Resource)

SourceGorgias Resource

Example Usage

resource "airbyte_source_gorgias" "my_source_gorgias" {
  configuration = {
    domain_name = "...my_domain_name..."
    password    = "...my_password..."
    start_date  = "2021-03-17T02:39:01.442Z"
    username    = "...my_username..."
  }
  definition_id = "b956d506-2b8b-4129-b92e-a8d074f22591"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "1cd53348-a6a2-40e9-b659-09693a3422d6"
}

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:

  • domain_name (String) Domain name given for gorgias, found as your url prefix for accessing your website
  • start_date (String)
  • username (String)

Optional:

  • password (String, Sensitive)

Import

Import is supported using the following syntax:

terraform import airbyte_source_gorgias.my_airbyte_source_gorgias ""