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 6572422 commit 949b6dfCopy full SHA for 949b6df
solutions/fleets/outputs.tf
@@ -34,12 +34,12 @@ output "cloud_logs_crn" {
34
35
output "cloud_monitoring_crn" {
36
description = "CRN of the cloud monitoring instance."
37
- value = local.enable_cloud_monitoring ? module.cloud_monitoring.crn : null
+ value = local.enable_cloud_monitoring ? module.cloud_monitoring[0].crn : null
38
}
39
40
output "cloud_monitoring_name" {
41
description = "Name of the cloud monitoring instance."
42
- value = local.enable_cloud_monitoring ? module.cloud_monitoring.name : null
+ value = local.enable_cloud_monitoring ? module.cloud_monitoring[0].name : null
43
44
45
output "cloud_object_storage_crn" {
0 commit comments