page_title | subcategory | description |
---|---|---|
airbyte_source_railz Resource - terraform-provider-airbyte |
SourceRailz Resource |
SourceRailz Resource
resource "airbyte_source_railz" "my_source_railz" {
configuration = {
client_id = "...my_client_id..."
secret_key = "...my_secret_key..."
start_date = "...my_start_date..."
}
definition_id = "5ca01522-3f6e-4546-8798-96a612b566f5"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "e13b054a-bc61-4cd7-9484-e54f4ddcd9d0"
}
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:
client_id
(String) Client ID (client_id)secret_key
(String, Sensitive) Secret key (secret_key)start_date
(String) Start date
Import is supported using the following syntax:
terraform import airbyte_source_railz.my_airbyte_source_railz ""