Skip to content

Commit 6aed34f

Browse files
authored
fix: add workaround for object type inputs in DA (#107)
1 parent ad1ac27 commit 6aed34f

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

ibm_catalog.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
],
2323
"provider_name": "IBM",
2424
"short_description": "Deploys IBM Monitoring Agent to a cluster",
25-
"long_description": "Solution that supports deploying an IBM Monitoring Agent.",
25+
"long_description": "Solution that supports deploying an IBM Monitoring Agent to a cluster. The agent facilitates [IBM Cloud Monitoring](https://www.ibm.com/products/cloud-monitoring) in gaining operational visibility into the performance and health of your applications, services, and platforms.",
2626
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/blob/main/solutions/fully-configurable/README.md",
2727
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/main/images/monitoring-icon.svg",
2828
"support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in the repository [https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/issues](https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/issues). Please note this product is not supported via the IBM Cloud Support Center.",
2929
"flavors": [
3030
{
3131
"label": "Fully Configurable",
3232
"name": "fully-configurable",
33+
"index": 1,
3334
"working_directory": "solutions/fully-configurable",
3435
"iam_permissions": [
3536
{
@@ -181,7 +182,13 @@
181182
"key": "agent_limits_memory"
182183
},
183184
{
184-
"key": "tolerations"
185+
"key": "tolerations",
186+
"type": "array",
187+
"custom_config": {
188+
"type": "textarea",
189+
"grouping": "deployment",
190+
"original_grouping": "deployment"
191+
}
185192
},
186193
{
187194
"key": "cloud_monitoring_instance_endpoint_type",
@@ -200,7 +207,13 @@
200207
"key": "blacklisted_ports"
201208
},
202209
{
203-
"key": "metrics_filter"
210+
"key": "metrics_filter",
211+
"type": "array",
212+
"custom_config": {
213+
"type": "textarea",
214+
"grouping": "deployment",
215+
"original_grouping": "deployment"
216+
}
204217
},
205218
{
206219
"key": "cluster_config_endpoint_type",

0 commit comments

Comments
 (0)