page_title | subcategory | description |
---|---|---|
airbyte_source_firehydrant Resource - terraform-provider-airbyte |
SourceFirehydrant Resource |
SourceFirehydrant Resource
resource "airbyte_source_firehydrant" "my_source_firehydrant" {
configuration = {
api_token = "...my_api_token..."
}
definition_id = "b087a2c9-8417-4e08-b6d1-1d0587e78354"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "4ce467f3-414f-4119-a018-492cbe0ac31c"
}
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_token
(String, Sensitive) Bot token to use for authenticating with the FireHydrant API. You can find or create a bot token by logging into your organization and visiting the Bot users page at https://app.firehydrant.io/organizations/bots.
Import is supported using the following syntax:
terraform import airbyte_source_firehydrant.my_airbyte_source_firehydrant ""