Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.3 KB

File metadata and controls

42 lines (33 loc) · 1.3 KB
page_title subcategory description
solidserver_cdb_data Data Source - SOLIDserver
Custom DB Data data-source allows to retrieve custom database entries stored within SOLIDserver. This custom database entries can be leveraged within object classes and wizards in order to store custom meta-data.

solidserver_cdb_data (Data Source)

Custom DB Data data-source allows to retrieve custom database entries stored within SOLIDserver. This custom database entries can be leveraged within object classes and wizards in order to store custom meta-data.

Example Usage

data "solidserver_cdb_data" "myCustomData" {
  custom_db        = "myFirstCustomDB"
  value1           = "FR"
}

Schema

Required

  • custom_db (String) The name of the custom DB.
  • value1 (String) The name of the value 1

Read-Only

  • id (String) The ID of this resource.
  • value10 (String) The name of the value 10
  • value2 (String) The name of the value 2
  • value3 (String) The name of the value 3
  • value4 (String) The name of the value 4
  • value5 (String) The name of the value 5
  • value6 (String) The name of the value 6
  • value7 (String) The name of the value 7
  • value8 (String) The name of the value 8
  • value9 (String) The name of the value 9