Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.09 KB

source_illumina_basespace.md

File metadata and controls

67 lines (48 loc) · 2.09 KB
page_title subcategory description
airbyte_source_illumina_basespace Resource - terraform-provider-airbyte
SourceIlluminaBasespace Resource

airbyte_source_illumina_basespace (Resource)

SourceIlluminaBasespace Resource

Example Usage

resource "airbyte_source_illumina_basespace" "my_source_illuminabasespace" {
  configuration = {
    access_token = "...my_access_token..."
    domain       = "...my_domain..."
    user         = "...my_user..."
  }
  definition_id = "fa93c2ca-c0b1-4cfc-b443-4cc00a644679"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "cefe5731-df0c-43f7-a46a-e63b29a4ac85"
}

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:

  • access_token (String, Sensitive) BaseSpace access token. Instructions for obtaining your access token can be found in the BaseSpace Developer Documentation.
  • domain (String) Domain name of the BaseSpace instance (e.g., euw2.sh.basespace.illumina.com)

Optional:

  • user (String) Providing a user ID restricts the returned data to what that user can access. If you use the default ('current'), all data accessible to the user associated with the API key will be shown. Default: "current"

Import

Import is supported using the following syntax:

terraform import airbyte_source_illumina_basespace.my_airbyte_source_illumina_basespace ""