Skip to content

Commit c05202a

Browse files
author
akocbek
committed
updates rally
1 parent b81cfe0 commit c05202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/fleets/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ output "cloud_monitoring_crn" {
3737
value = local.enable_cloud_monitoring ? module.cloud_monitoring.crn : null
3838
}
3939

40-
output "cloud_monitoring_crn" {
40+
output "cloud_monitoring_name" {
4141
description = "Name of the cloud monitoring instance."
4242
value = local.enable_cloud_monitoring ? module.cloud_monitoring.name : null
4343
}

0 commit comments

Comments
 (0)