page_title | subcategory | description |
---|---|---|
airbyte_source_justcall Resource - terraform-provider-airbyte |
SourceJustcall Resource |
SourceJustcall Resource
resource "airbyte_source_justcall" "my_source_justcall" {
configuration = {
api_key_2 = "...my_api_key_2..."
start_date = "2022-08-06T09:23:13.895Z"
}
definition_id = "dcc6c168-8991-4397-acd3-768794228a04"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "8fa39531-85e4-4e5c-bcd7-c6d1fe4f108b"
}
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:
api_key_2
(String, Sensitive)start_date
(String)
Import is supported using the following syntax:
terraform import airbyte_source_justcall.my_airbyte_source_justcall ""