| 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. |
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.
resource "solidserver_cdb" "myFirstCustomDB" {
name = "myFirstCustomDB"
label1 = "Country Code"
label2 = "Country Name"
}name(String) The name of the custom DB.
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.
id(String) The ID of this resource.