From 67c56a4590fcef94323e11f55bf72e4f15ac4c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Fri, 13 Jun 2025 08:32:48 +0100 Subject: [PATCH] Update ibm_catalog.json --- ibm_catalog.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index f9abfdf..f72933f 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -272,16 +272,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,