Skip to content

Commit 4d3d257

Browse files
authored
fix: Remove workaround for virtual inputs (#279)
1 parent 64bdce8 commit 4d3d257

File tree

1 file changed

+5
-29
lines changed

1 file changed

+5
-29
lines changed

ibm_catalog.json

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -254,49 +254,25 @@
254254
"required": true,
255255
"virtual": true,
256256
"type": "string",
257-
"options": [
258-
{
259-
"displayname": "Basic",
260-
"value": "basic"
261-
},
262-
{
263-
"displayname": "Standard",
264-
"value": "standardv2"
265-
},
266-
{
267-
"displayname": "Enterprise",
268-
"value": "enterprise"
269-
}
270-
],
271257
"default_value": "basic",
272258
"description": "The plan to use for the App Configuration service instance."
273259
},
274260
{
275261
"key": "enable_platform_metrics",
276-
"type": "string",
277-
"default_value": "true",
262+
"type": "bool",
263+
"default_value": true,
278264
"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).",
279265
"required": true,
280-
"virtual": true,
281-
"options": [
282-
{
283-
"displayname": "true",
284-
"value": "true"
285-
},
286-
{
287-
"displayname": "false",
288-
"value": "false"
289-
}
290-
]
266+
"virtual": true
291267
},
292268
{
293269
"key": "logs_routing_tenant_regions",
294-
"type": "list(string)",
295-
"default_value": "[]",
270+
"default_value": [],
296271
"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).",
297272
"required": true,
298273
"virtual": true,
299274
"custom_config": {
275+
"type": "array",
300276
"grouping": "deployment",
301277
"original_grouping": "deployment",
302278
"config_constraints": {

0 commit comments

Comments
 (0)