Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 726 Bytes

source_e_conomic.md

File metadata and controls

35 lines (26 loc) · 726 Bytes
page_title subcategory description
airbyte_source_e_conomic Data Source - terraform-provider-airbyte
SourceEConomic DataSource

airbyte_source_e_conomic (Data Source)

SourceEConomic DataSource

Example Usage

data "airbyte_source_e_conomic" "my_source_economic" {
  source_id = "...my_source_id..."
}

Schema

Required

  • source_id (String)

Read-Only

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