Skip to content

Commit 02a31e5

Browse files
restore workaround
1 parent f4dc54d commit 02a31e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
},
139139
{
140140
"key": "enable_platform_metrics",
141-
"type": "boolean",
142-
"default_value": true,
141+
"type": "string",
142+
"default_value": "true",
143143
"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).",
144144
"required": true,
145145
"virtual": true,
@@ -156,12 +156,12 @@
156156
},
157157
{
158158
"key": "logs_routing_tenant_regions",
159+
"type": "list(string)",
160+
"default_value": "[]",
159161
"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).",
160162
"required": true,
161-
"default_value": "[]",
162163
"virtual": true,
163164
"custom_config": {
164-
"type": "array",
165165
"grouping": "deployment",
166166
"original_grouping": "deployment",
167167
"config_constraints": {

0 commit comments

Comments
 (0)