Skip to content

Commit 001cd4a

Browse files
authored
chore: add config_constraints to code_editor variables in ibm_catalog.json (#1107)
1 parent 6c4479f commit 001cd4a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

ibm_catalog.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@
9898
"custom_config": {
9999
"grouping": "deployment",
100100
"original_grouping": "deployment",
101-
"type": "code_editor"
101+
"type": "code_editor",
102+
"config_constraints": {
103+
"supportedLanguages": [
104+
"hcl"
105+
]
106+
}
102107
},
103108
"key": "user_data"
104109
},
@@ -310,7 +315,12 @@
310315
"custom_config": {
311316
"grouping": "deployment",
312317
"original_grouping": "deployment",
313-
"type": "code_editor"
318+
"type": "code_editor",
319+
"config_constraints": {
320+
"supportedLanguages": [
321+
"hcl"
322+
]
323+
}
314324
},
315325
"key": "user_data"
316326
},

0 commit comments

Comments
 (0)