Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 766 Bytes

destination_oracle.md

File metadata and controls

35 lines (26 loc) · 766 Bytes
page_title subcategory description
airbyte_destination_oracle Data Source - terraform-provider-airbyte
DestinationOracle DataSource

airbyte_destination_oracle (Data Source)

DestinationOracle DataSource

Example Usage

data "airbyte_destination_oracle" "my_destination_oracle" {
  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)