From 288e36be6d0e56e9b0ff4a4dfc999ab37a6d1926 Mon Sep 17 00:00:00 2001 From: Aatreyee Mukherjee Date: Thu, 24 Jul 2025 14:30:29 +0530 Subject: [PATCH] Revert "fix: Remove workaround for virtual inputs (#279)" This reverts commit 4d3d257515d145306d7889badba462466aa8e116. --- ibm_catalog.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 77444fa..c14f19a 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -273,20 +273,30 @@ }, { "key": "enable_platform_metrics", - "type": "bool", - "default_value": true, + "type": "string", + "default_value": "true", "description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location. Check with the account or service administrator if another monitoring instance has already been configured. You may not have permissions to see all monitoring instances in the region. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-platform_metrics_enabling).", "required": true, - "virtual": true + "virtual": true, + "options": [ + { + "displayname": "true", + "value": "true" + }, + { + "displayname": "false", + "value": "false" + } + ] }, { "key": "logs_routing_tenant_regions", - "default_value": [], + "type": "list(string)", + "default_value": "[]", "description": "To manage platform logs that are generated by IBM Cloud services in a region of IBM Cloud, you must create a tenant in each region that you operate. Pass a list of regions to create a tenant in. [Learn more](https://cloud.ibm.com/docs/logs-router?topic=logs-router-about-platform-logs).", "required": true, "virtual": true, "custom_config": { - "type": "array", "grouping": "deployment", "original_grouping": "deployment", "config_constraints": {