Skip to content

Commit 3261703

Browse files
authored
Merge branch 'main' into direct-endp
2 parents 5cab3dc + 34475e6 commit 3261703

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

ibm_catalog.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
},
103103
{
104104
"key": "prefix",
105+
"required": true,
106+
"type": "string",
107+
"default_value": "dev",
108+
"random_string": {
109+
"length": 4
110+
},
105111
"value_constraints": [
106112
{
107113
"type": "regex",
@@ -246,6 +252,12 @@
246252
},
247253
{
248254
"key": "prefix",
255+
"required": true,
256+
"type": "string",
257+
"default_value": "dev",
258+
"random_string": {
259+
"length": 4
260+
},
249261
"value_constraints": [
250262
{
251263
"type": "regex",
@@ -648,7 +660,13 @@
648660
"key": "ibmcloud_api_key"
649661
},
650662
{
651-
"key": "prefix"
663+
"key": "prefix",
664+
"required": true,
665+
"type": "string",
666+
"default_value": "dev",
667+
"random_string": {
668+
"length": 4
669+
}
652670
},
653671
{
654672
"key": "vpc_id"
@@ -853,6 +871,12 @@
853871
},
854872
{
855873
"key": "prefix",
874+
"required": true,
875+
"type": "string",
876+
"default_value": "dev",
877+
"random_string": {
878+
"length": 4
879+
},
856880
"value_constraints": [
857881
{
858882
"type": "regex",
@@ -1265,6 +1289,12 @@
12651289
},
12661290
{
12671291
"key": "prefix",
1292+
"required": true,
1293+
"type": "string",
1294+
"default_value": "dev",
1295+
"random_string": {
1296+
"length": 4
1297+
},
12681298
"value_constraints": [
12691299
{
12701300
"type": "regex",
@@ -1806,6 +1836,12 @@
18061836
},
18071837
{
18081838
"key": "prefix",
1839+
"required": true,
1840+
"type": "string",
1841+
"default_value": "dev",
1842+
"random_string": {
1843+
"length": 4
1844+
},
18091845
"value_constraints": [
18101846
{
18111847
"type": "regex",

0 commit comments

Comments
 (0)