page_title | subcategory | description |
---|---|---|
airbyte_source_gorgias Resource - terraform-provider-airbyte |
SourceGorgias Resource |
SourceGorgias Resource
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"
}
configuration
(Attributes) (see below for nested schema)name
(String) Name of the source e.g. dev-mysql-instance.workspace_id
(String)
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.
created_at
(Number)source_id
(String)source_type
(String)
Required:
domain_name
(String) Domain name given for gorgias, found as your url prefix for accessing your websitestart_date
(String)username
(String)
Optional:
password
(String, Sensitive)
Import is supported using the following syntax:
terraform import airbyte_source_gorgias.my_airbyte_source_gorgias ""