From cd93429a8386d19856d411b5895e2eddbc6283e5 Mon Sep 17 00:00:00 2001 From: Rajat Agrawal Date: Fri, 13 Jun 2025 08:34:29 +0100 Subject: [PATCH] virtual fix --- ibm_catalog.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 6194dc24..faaeefb9 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -144,16 +144,26 @@ }, { "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", "type": "list(string)", - "default_value": [], + "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,