Skip to content

Commit 288e36b

Browse files
authored
Revert "fix: Remove workaround for virtual inputs (#279)"
This reverts commit 4d3d257.
1 parent 15d5f58 commit 288e36b

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

ibm_catalog.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,20 +273,30 @@
273273
},
274274
{
275275
"key": "enable_platform_metrics",
276-
"type": "bool",
277-
"default_value": true,
276+
"type": "string",
277+
"default_value": "true",
278278
"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).",
279279
"required": true,
280-
"virtual": true
280+
"virtual": true,
281+
"options": [
282+
{
283+
"displayname": "true",
284+
"value": "true"
285+
},
286+
{
287+
"displayname": "false",
288+
"value": "false"
289+
}
290+
]
281291
},
282292
{
283293
"key": "logs_routing_tenant_regions",
284-
"default_value": [],
294+
"type": "list(string)",
295+
"default_value": "[]",
285296
"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).",
286297
"required": true,
287298
"virtual": true,
288299
"custom_config": {
289-
"type": "array",
290300
"grouping": "deployment",
291301
"original_grouping": "deployment",
292302
"config_constraints": {

0 commit comments

Comments
 (0)