page_title | subcategory | description |
---|---|---|
airbyte_source_unleash Resource - terraform-provider-airbyte |
SourceUnleash Resource |
SourceUnleash Resource
resource "airbyte_source_unleash" "my_source_unleash" {
configuration = {
api_token = "project:environment.be44368985f7fb3237c584ef86f3d6bdada42ddbd63a019d26955178"
api_url = "...my_api_url..."
nameprefix = "...my_nameprefix..."
project_name = "...my_project_name..."
}
definition_id = "6888cec3-c77f-42ae-92a4-31df920982a3"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "42a458da-b1aa-4372-ad2a-7c80419e5bac"
}
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)resource_allocation
(Attributes) actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level. (see below for nested schema)source_id
(String)source_type
(String)
Required:
api_token
(String, Sensitive) Your API Token (Server-Side SDK [Client]). See here. The token is case sensitive.api_url
(String) Your API URL. No trailing slash. ex: https://unleash.host.com/api
Optional:
nameprefix
(String) Use this if you want to filter the API call for only one given project (can be used in addition to the "Feature Name Prefix" field). See hereproject_name
(String) Use this if you want to filter the API call for only one given project (can be used in addition to the "Feature Name Prefix" field). See here
Read-Only:
default
(Attributes) optional resource requirements to run workers (blank for unbounded allocations) (see below for nested schema)job_specific
(Attributes List) (see below for nested schema)
Read-Only:
cpu_limit
(String)cpu_request
(String)ephemeral_storage_limit
(String)ephemeral_storage_request
(String)memory_limit
(String)memory_request
(String)
Read-Only:
job_type
(String) enum that describes the different types of jobs that the platform runs. must be one of ["get_spec", "check_connection", "discover_schema", "sync", "reset_connection", "connection_updater", "replicate"]resource_requirements
(Attributes) optional resource requirements to run workers (blank for unbounded allocations) (see below for nested schema)
Read-Only:
cpu_limit
(String)cpu_request
(String)ephemeral_storage_limit
(String)ephemeral_storage_request
(String)memory_limit
(String)memory_request
(String)
Import is supported using the following syntax:
terraform import airbyte_source_unleash.my_airbyte_source_unleash ""