Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 796 Bytes

destination_yellowbrick.md

File metadata and controls

35 lines (26 loc) · 796 Bytes
page_title subcategory description
airbyte_destination_yellowbrick Data Source - terraform-provider-airbyte
DestinationYellowbrick DataSource

airbyte_destination_yellowbrick (Data Source)

DestinationYellowbrick DataSource

Example Usage

data "airbyte_destination_yellowbrick" "my_destination_yellowbrick" {
  destination_id = "...my_destination_id..."
}

Schema

Required

  • destination_id (String)

Read-Only

  • configuration (String) The values required to configure the destination. Parsed as JSON.
  • created_at (Number)
  • definition_id (String)
  • destination_type (String)
  • name (String)
  • workspace_id (String)