Skip to content

Commit 67eeefd

Browse files
authored
fix: updated applicable DA inputs to use HCL editor widget (#707)
1 parent f4537ba commit 67eeefd

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
@@ -306,7 +306,7 @@
306306
"key": "service_credential_secrets",
307307
"type": "array",
308308
"custom_config": {
309-
"type": "textarea",
309+
"type": "code_editor",
310310
"grouping": "deployment",
311311
"original_grouping": "deployment"
312312
}
@@ -347,7 +347,7 @@
347347
"key": "users",
348348
"type": "array",
349349
"custom_config": {
350-
"type": "textarea",
350+
"type": "code_editor",
351351
"grouping": "deployment",
352352
"original_grouping": "deployment"
353353
}
@@ -625,7 +625,7 @@
625625
"key": "service_credential_secrets",
626626
"type": "array",
627627
"custom_config": {
628-
"type": "textarea",
628+
"type": "code_editor",
629629
"grouping": "deployment",
630630
"original_grouping": "deployment"
631631
}
@@ -652,7 +652,7 @@
652652
"key": "users",
653653
"type": "array",
654654
"custom_config": {
655-
"type": "textarea",
655+
"type": "code_editor",
656656
"grouping": "deployment",
657657
"original_grouping": "deployment"
658658
}

0 commit comments

Comments
 (0)