Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
"key": "region",
"required": true
},
{
"key": "enable_platform_metrics"
},
{
"key": "cloud_logs_provision"
},
Expand Down Expand Up @@ -466,9 +469,6 @@
}
]
},
{
"key": "enable_platform_metrics"
},
{
"key": "enable_metrics_routing_to_cloud_monitoring"
},
Expand Down
2 changes: 1 addition & 1 deletion solutions/instances/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down