Skip to content

Commit a4711ab

Browse files
authored
fix: enforce HCL editor for several DA inputs (#295)
1 parent f9d935d commit a4711ab

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ For important details on upgrading from v1 to v2, please refer to the [migration
2121
## Overview
2222
* [terraform-ibm-s2s-auth](#terraform-ibm-s2s-auth)
2323
* [Examples](./examples)
24-
* [Basic example](./examples/basic)
25-
* [Complete example](./examples/complete)
24+
* <div style="display: inline-block;"><a href="./examples/basic">Basic example</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=sa-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-s2s-auth/tree/main/examples/basic" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
25+
* <div style="display: inline-block;"><a href="./examples/complete">Complete example</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=sa-complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-s2s-auth/tree/main/examples/complete" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
2626
* [Contributing](#contributing)
2727
<!-- END OVERVIEW HOOK -->
2828

ibm_catalog.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"index": 1,
5050
"install_type": "fullstack",
5151
"working_directory": "solutions/fully-configurable",
52+
"short_description": "Ideal for users who want flexibility with a reliable starting point.",
5253
"configuration": [
5354
{
5455
"key": "ibmcloud_api_key"
@@ -57,7 +58,12 @@
5758
"key": "service_map",
5859
"required": true,
5960
"custom_config": {
60-
"type": "code_editor"
61+
"type": "code_editor",
62+
"config_constraints": {
63+
"supportedLanguages": [
64+
"hcl"
65+
]
66+
}
6167
}
6268
}
6369
],

0 commit comments

Comments
 (0)