Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.3 KB

File metadata and controls

46 lines (35 loc) · 1.3 KB
page_title solidserver_cdb Resource - SOLIDserver
subcategory
description Custom DB resource allows to create and manage custom database(s) stored within SOLIDserver. This custom databases can be leveraged within object classes and wizards in order to store custom meta-data.

solidserver_cdb (Resource)

Custom DB resource allows to create and manage custom database(s) stored within SOLIDserver. This custom databases can be leveraged within object classes and wizards in order to store custom meta-data.

Example Usage

resource "solidserver_cdb" "myFirstCustomDB" {
  name = "myFirstCustomDB"
  label1 = "Country Code"
  label2 = "Country Name"
}

Schema

Required

  • name (String) The name of the custom DB.

Optional

  • label1 (String) The name of the label 1.
  • label10 (String) The name of the label 10.
  • label2 (String) The name of the label 2.
  • label3 (String) The name of the label 3.
  • label4 (String) The name of the label 4.
  • label5 (String) The name of the label 5.
  • label6 (String) The name of the label 6.
  • label7 (String) The name of the label 7.
  • label8 (String) The name of the label 8.
  • label9 (String) The name of the label 9.

Read-Only

  • id (String) The ID of this resource.