Skip to content

Commit f4dc54d

Browse files
update description
1 parent 08f828b commit f4dc54d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ibm_catalog.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,17 @@
142142
"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,
145-
"virtual": true
145+
"virtual": true,
146+
"options": [
147+
{
148+
"displayname": "true",
149+
"value": "true"
150+
},
151+
{
152+
"displayname": "false",
153+
"value": "false"
154+
}
155+
]
146156
},
147157
{
148158
"key": "logs_routing_tenant_regions",

0 commit comments

Comments
 (0)