page_title | subcategory | description |
---|---|---|
airbyte_source_basecamp Resource - terraform-provider-airbyte |
SourceBasecamp Resource |
SourceBasecamp Resource
resource "airbyte_source_basecamp" "my_source_basecamp" {
configuration = {
account_id = 2.64
client_id = "...my_client_id..."
client_refresh_token_2 = "...my_client_refresh_token_2..."
client_secret = "...my_client_secret..."
start_date = "2022-08-26T03:34:30.047Z"
}
definition_id = "78267fea-7309-46f2-92ea-b46b31fe0e8d"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "d5754212-9126-4098-80cb-b5315a603e73"
}
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:
account_id
(Number)client_id
(String, Sensitive)client_refresh_token_2
(String, Sensitive)client_secret
(String, Sensitive)start_date
(String)
Import is supported using the following syntax:
terraform import airbyte_source_basecamp.my_airbyte_source_basecamp ""