Skip to content

Commit 7e9d817

Browse files
authored
fix: updated applicable DA inputs to use HCL editor widget (#1043)
1 parent 8db31c5 commit 7e9d817

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
@@ -280,7 +280,7 @@
280280
"key": "network_acls",
281281
"type": "array",
282282
"custom_config": {
283-
"type": "textarea",
283+
"type": "code_editor",
284284
"grouping": "deployment",
285285
"original_grouping": "deployment"
286286
}
@@ -292,7 +292,7 @@
292292
"key": "security_group_rules",
293293
"type": "array",
294294
"custom_config": {
295-
"type": "textarea",
295+
"type": "code_editor",
296296
"grouping": "deployment",
297297
"original_grouping": "deployment"
298298
}
@@ -304,7 +304,7 @@
304304
"key": "vpn_gateways",
305305
"type": "array",
306306
"custom_config": {
307-
"type": "textarea",
307+
"type": "code_editor",
308308
"grouping": "deployment",
309309
"original_grouping": "deployment"
310310
}
@@ -313,7 +313,7 @@
313313
"key": "routes",
314314
"type": "array",
315315
"custom_config": {
316-
"type": "textarea",
316+
"type": "code_editor",
317317
"grouping": "deployment",
318318
"original_grouping": "deployment"
319319
}

0 commit comments

Comments
 (0)