Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"label": "Fully configurable",
"name": "fully-configurable",
"index": 1,
"short_description": "Deploy SCC Workload Protection with full configuration control, including optional Cloud Logs, Cloud Monitoring, and Activity Tracker integration",
"working_directory": "solutions/fully-configurable",
"install_type": "fullstack",
"dependency_version_2": true,
Expand Down Expand Up @@ -480,7 +481,12 @@
"custom_config": {
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
"original_grouping": "deployment",
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
}
}
],
Expand Down