Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.9 KB

source_clockify.md

File metadata and controls

67 lines (48 loc) · 1.9 KB
page_title subcategory description
airbyte_source_clockify Resource - terraform-provider-airbyte
SourceClockify Resource

airbyte_source_clockify (Resource)

SourceClockify Resource

Example Usage

resource "airbyte_source_clockify" "my_source_clockify" {
  configuration = {
    api_key      = "...my_api_key..."
    api_url      = "...my_api_url..."
    workspace_id = "...my_workspace_id..."
  }
  definition_id = "f9c93fdb-ee6e-46a3-848c-e8a9238f75c9"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "8009b55e-5316-40ab-953e-a4f6f7d982bb"
}

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_key (String, Sensitive) You can get your api access_key here This API is Case Sensitive.
  • workspace_id (String) WorkSpace Id

Optional:

  • api_url (String) The URL for the Clockify API. This should only need to be modified if connecting to an enterprise version of Clockify. Default: "https://api.clockify.me"

Import

Import is supported using the following syntax:

terraform import airbyte_source_clockify.my_airbyte_source_clockify ""