File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resource "google_monitoring_slo" "success_cr_per_region" {
5454
5555 service = google_monitoring_custom_service. this . service_id
5656 slo_id = " ${ var . service_name } -success-${ each . value . region } -${ each . value . rolling_period_key } d"
57- display_name = " ${ var . service_name } - ${ each . key } Success ${ each . value . rolling_period_key } d Cloud Run SLO"
57+ display_name = " ${ var . service_name } - ${ each . value . region } Success ${ each . value . rolling_period_key } d Cloud Run SLO"
5858 project = var. project_id
5959
6060 goal = var. slo . success . per_region_goal
@@ -67,7 +67,7 @@ resource "google_monitoring_slo" "success_cr_per_region" {
6767 " metric.type=\" run.googleapis.com/request_count\" " ,
6868 " resource.type=\" cloud_run_revision\" " ,
6969 " resource.label.\" service_name\" =\" ${ var . service_name } \" " ,
70- " resource.label.\" location\" =\" ${ each . key } \" "
70+ " resource.label.\" location\" =\" ${ each . value . region } \" "
7171 ])
7272
7373 # Bad requests
You can’t perform that action at this time.
0 commit comments