Skip to content

Commit 733d80a

Browse files
authored
fix: updated applicable DA inputs to use HCL editor widget (#541)
1 parent 6ee18b9 commit 733d80a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"key": "service_credential_secrets",
212212
"type": "array",
213213
"custom_config": {
214-
"type": "textarea",
214+
"type": "code_editor",
215215
"grouping": "deployment",
216216
"original_grouping": "deployment"
217217
}
@@ -226,7 +226,7 @@
226226
"key": "cbr_rules",
227227
"type": "array",
228228
"custom_config": {
229-
"type": "textarea",
229+
"type": "code_editor",
230230
"grouping": "deployment",
231231
"original_grouping": "deployment"
232232
}
@@ -564,7 +564,7 @@
564564
"key": "service_credential_secrets",
565565
"type": "array",
566566
"custom_config": {
567-
"type": "textarea",
567+
"type": "code_editor",
568568
"grouping": "deployment",
569569
"original_grouping": "deployment"
570570
}
@@ -576,7 +576,7 @@
576576
"key": "cbr_rules",
577577
"type": "array",
578578
"custom_config": {
579-
"type": "textarea",
579+
"type": "code_editor",
580580
"grouping": "deployment",
581581
"original_grouping": "deployment"
582582
}

0 commit comments

Comments
 (0)