Skip to content

Commit

Permalink
Gateway: Grant myself the role roles/monitoring.admin
Browse files Browse the repository at this point in the history
Another attempt to work around hashicorp/terraform-provider-google#2605
  • Loading branch information
gnarea committed Jan 26, 2021
1 parent bcad0b0 commit d67b190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/_modules/gateway/stackdriver.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_project_iam_binding" "stackdriver_dashboard_editor" {
// Grant ourselves permission to create workspaces because Terraform doesn't support it:
// https://github.com/hashicorp/terraform-provider-google/issues/2605
role = "roles/monitoring.dashboardEditor"
role = "roles/monitoring.admin"
members = [var.sre_iam_uri]
}

0 comments on commit d67b190

Please sign in to comment.