page_title | subcategory | description |
---|---|---|
airbyte_source_convex Resource - terraform-provider-airbyte |
SourceConvex Resource |
SourceConvex Resource
resource "airbyte_source_convex" "my_source_convex" {
configuration = {
access_key = "...my_access_key..."
deployment_url = "https://murky-swan-635.convex.cloud"
}
definition_id = "0378ab71-be33-4dd0-9f63-28c3c11356d8"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "6352d97e-2166-4d0d-a165-69ad4eb4a6e3"
}
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:
access_key
(String, Sensitive) API access key used to retrieve data from Convex.deployment_url
(String)
Import is supported using the following syntax:
terraform import airbyte_source_convex.my_airbyte_source_convex ""