page_title | subcategory | description |
---|---|---|
airbyte_source_calendly Resource - terraform-provider-airbyte |
SourceCalendly Resource |
SourceCalendly Resource
resource "airbyte_source_calendly" "my_source_calendly" {
configuration = {
api_key = "...my_api_key..."
start_date = "2021-01-29T13:25:58.736Z"
}
definition_id = "8be0c388-cbc0-4fe1-b922-5904f219f8ad"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "c6953f07-0b86-4105-8f27-e4fb9d5b9fc8"
}
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) Go to Integrations → API & Webhooks to obtain your bearer token. https://calendly.com/integrations/api_webhooksstart_date
(String)
Import is supported using the following syntax:
terraform import airbyte_source_calendly.my_airbyte_source_calendly ""