We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81cfe0 commit c05202aCopy full SHA for c05202a
solutions/fleets/outputs.tf
@@ -37,7 +37,7 @@ output "cloud_monitoring_crn" {
37
value = local.enable_cloud_monitoring ? module.cloud_monitoring.crn : null
38
}
39
40
-output "cloud_monitoring_crn" {
+output "cloud_monitoring_name" {
41
description = "Name of the cloud monitoring instance."
42
value = local.enable_cloud_monitoring ? module.cloud_monitoring.name : null
43
0 commit comments