File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ local configCostMonitoring = {
180180 annotations: if provider_name == 'aws' then {
181181 'eks.amazonaws.com/role-arn' : 'arn:aws:iam::%s:role/jupyterhub_grafana_cloudwatch' % account_id,
182182 } else if provider_name == 'gcp' then {
183- 'iam.gke.io/gcp-service-account' : 'grafana-2i2c-sa@%s.iam.gserviceaccount.com' % account_id
183+ 'iam.gke.io/gcp-service-account' : 'grafana-2i2c-sa@%s.iam.gserviceaccount.com' % account_id,
184184 } else {},
185185 },
186186 },
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resource "google_service_account_iam_binding" "grafana_sa_binding" {
1414}
1515
1616resource "google_project_iam_member" "grafana_sa_membership" {
17- project = var. project_id
18- role = " roles/monitoring.viewer"
19- member = " serviceAccount:${ google_service_account . grafana_sa . email } "
17+ project = var. project_id
18+ role = " roles/monitoring.viewer"
19+ member = " serviceAccount:${ google_service_account . grafana_sa . email } "
2020}
You can’t perform that action at this time.
0 commit comments