From 02f399829ee94fc22486b4ff7814ba6cecce3e89 Mon Sep 17 00:00:00 2001 From: aatreyee257 Date: Wed, 16 Jul 2025 19:09:42 +0530 Subject: [PATCH 1/3] testing --- ibm_catalog.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index f72933f..168cf3b 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -251,7 +251,6 @@ { "key": "app_config_plan", "required": true, - "virtual": true, "type": "string", "options": [ { @@ -276,7 +275,6 @@ "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, "options": [ { "displayname": "true", From 9379c5b38f169c1ad79c8e9f32e1e2f720e55610 Mon Sep 17 00:00:00 2001 From: aatreyee257 Date: Thu, 17 Jul 2025 10:16:21 +0530 Subject: [PATCH 2/3] Revert "testing" This reverts commit 02f399829ee94fc22486b4ff7814ba6cecce3e89. --- ibm_catalog.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ibm_catalog.json b/ibm_catalog.json index 168cf3b..f72933f 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -251,6 +251,7 @@ { "key": "app_config_plan", "required": true, + "virtual": true, "type": "string", "options": [ { @@ -275,6 +276,7 @@ "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, "options": [ { "displayname": "true", From 37d81812eb0d0981c1fd9b7acf33284dddba6a93 Mon Sep 17 00:00:00 2001 From: aatreyee257 Date: Mon, 21 Jul 2025 10:45:45 +0530 Subject: [PATCH 3/3] remove virtual input workaround --- ibm_catalog.json | 34 +++++----------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index f72933f..fab2c3f 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -253,49 +253,25 @@ "required": true, "virtual": true, "type": "string", - "options": [ - { - "displayname": "Basic", - "value": "basic" - }, - { - "displayname": "Standard", - "value": "standardv2" - }, - { - "displayname": "Enterprise", - "value": "enterprise" - } - ], "default_value": "basic", "description": "The plan to use for the App Configuration service instance." }, { "key": "enable_platform_metrics", - "type": "string", - "default_value": "true", + "type": "bool", + "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, - "options": [ - { - "displayname": "true", - "value": "true" - }, - { - "displayname": "false", - "value": "false" - } - ] + "virtual": true }, { "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, "custom_config": { + "type": "array", "grouping": "deployment", "original_grouping": "deployment", "config_constraints": {