Skip to content

Commit 7742d59

Browse files
committed
Grant SREs access to Error Reporting
1 parent 4cfa0c8 commit 7742d59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

monitoring.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource "google_project_iam_binding" "error_reporting_sre_access" {
2+
project = var.gcp_project_id
3+
role = "roles/errorreporting.user"
4+
members = [var.sre_iam_uri]
5+
}

0 commit comments

Comments
 (0)