diff --git a/ibm_catalog.json b/ibm_catalog.json index 1cd49f25..e4ef9e9a 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -176,6 +176,33 @@ "type": "vpc_region" } }, + { + "key": "vpc_name", + "required": true + }, + { + "key": "enable_platform_metrics", + "type": "boolean", + "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 + }, + { + "key": "logs_routing_tenant_regions", + "type": "list(string)", + "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": { + "grouping": "deployment", + "original_grouping": "deployment", + "config_constraints": { + "type": "string" + } + } + }, { "key": "existing_resource_group_name", "display_name": "resource_group", @@ -188,10 +215,6 @@ } } }, - { - "key": "vpc_name", - "required": true - }, { "key": "subnets" }, @@ -512,7 +535,7 @@ }, { "name": "deploy-arch-ibm-observability", - "description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker event routing for analysing logs and metrics generated by the VPC instance. ", + "description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker event routing for analysing logs and metrics generated by the VPC instance.", "id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global", "version": "v3.0.3", "flavors": [ @@ -531,6 +554,16 @@ "dependency_input": "region", "version_input": "region", "reference_version": true + }, + { + "dependency_input": "enable_platform_metrics", + "version_input": "enable_platform_metrics", + "reference_version": true + }, + { + "dependency_input": "logs_routing_tenant_regions", + "version_input": "logs_routing_tenant_regions", + "reference_version": true } ] }