Skip to content

Commit

Permalink
fix: add monitoring access to platform users (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Jun 23, 2022
1 parent 3579914 commit ca43e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/inception/gcp/platform-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource "google_project_iam_custom_role" "platform_make" {
"cloudsql.users.create",
"cloudsql.users.list",
"cloudsql.instances.list",
"monitoring.timeSeries.list",
]
}

Expand Down

0 comments on commit ca43e6f

Please sign in to comment.