diff --git a/ibm_catalog.json b/ibm_catalog.json index e2561d39..cc12f1e4 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -146,6 +146,9 @@ "key": "region", "required": true }, + { + "key": "enable_platform_metrics" + }, { "key": "cloud_logs_provision" }, @@ -466,9 +469,6 @@ } ] }, - { - "key": "enable_platform_metrics" - }, { "key": "enable_metrics_routing_to_cloud_monitoring" }, diff --git a/solutions/instances/variables.tf b/solutions/instances/variables.tf index b9ea850d..472b7214 100644 --- a/solutions/instances/variables.tf +++ b/solutions/instances/variables.tf @@ -284,7 +284,7 @@ variable "cloud_monitoring_tags" { variable "enable_platform_metrics" { type = bool - description = "When set to `true`, the IBM Cloud Monitoring instance collects the platform metrics." + description = "When set to `true`, the IBM Cloud Monitoring instance collects the platform metrics. Note: It should not be set to `true` if there is an existing platform metrics instance in the target region." default = true }