Skip to content

Commit 949b6df

Browse files
author
akocbek
committed
updates rally
1 parent 6572422 commit 949b6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/fleets/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ output "cloud_logs_crn" {
3434

3535
output "cloud_monitoring_crn" {
3636
description = "CRN of the cloud monitoring instance."
37-
value = local.enable_cloud_monitoring ? module.cloud_monitoring.crn : null
37+
value = local.enable_cloud_monitoring ? module.cloud_monitoring[0].crn : null
3838
}
3939

4040
output "cloud_monitoring_name" {
4141
description = "Name of the cloud monitoring instance."
42-
value = local.enable_cloud_monitoring ? module.cloud_monitoring.name : null
42+
value = local.enable_cloud_monitoring ? module.cloud_monitoring[0].name : null
4343
}
4444

4545
output "cloud_object_storage_crn" {

0 commit comments

Comments
 (0)