page_title | subcategory | description |
---|---|---|
airbyte_source_google_tasks Resource - terraform-provider-airbyte |
SourceGoogleTasks Resource |
SourceGoogleTasks Resource
resource "airbyte_source_google_tasks" "my_source_googletasks" {
configuration = {
api_key = "...my_api_key..."
records_limit = "...my_records_limit..."
start_date = "2021-03-18T12:11:09.006Z"
}
definition_id = "21fe239c-92e2-4e22-ab2a-455f8c2a65ce"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "cd436e48-7e2a-49d4-afb4-f7bb961e6024"
}
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
(String, Sensitive)start_date
(String)
Optional:
records_limit
(String) The maximum number of records to be returned per request. Default: "50"
Import is supported using the following syntax:
terraform import airbyte_source_google_tasks.my_airbyte_source_google_tasks ""