Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.72 KB

source_firehydrant.md

File metadata and controls

60 lines (43 loc) · 1.72 KB
page_title subcategory description
airbyte_source_firehydrant Resource - terraform-provider-airbyte
SourceFirehydrant Resource

airbyte_source_firehydrant (Resource)

SourceFirehydrant Resource

Example Usage

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"
}

Schema

Required

  • configuration (Attributes) (see below for nested schema)
  • name (String) Name of the source e.g. dev-mysql-instance.
  • workspace_id (String)

Optional

  • 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.

Read-Only

  • created_at (Number)
  • source_id (String)
  • source_type (String)

Nested Schema for configuration

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

Import is supported using the following syntax:

terraform import airbyte_source_firehydrant.my_airbyte_source_firehydrant ""