Skip to content

Commit

Permalink
chore: add notification channel perms to platform acc (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored May 27, 2024
1 parent b431842 commit 5121e9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/inception/gcp/platform-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ resource "google_project_iam_custom_role" "platform_make" {
"bigquery.connections.getIamPolicy",
"bigquery.connections.setIamPolicy",
"monitoring.timeSeries.list",
"monitoring.notificationChannels.create",
"monitoring.notificationChannels.update",
"apikeys.keys.create",
"apikeys.keys.get",
"apikeys.keys.getKeyString",
Expand Down Expand Up @@ -94,6 +96,7 @@ resource "google_project_iam_custom_role" "platform_destroy" {
"cloudsql.instances.delete",
"cloudsql.users.delete",
"bigquery.connections.delete",
"apikeys.keys.delete"
"apikeys.keys.delete",
"monitoring.notificationChannels.delete"
]
}

0 comments on commit 5121e9d

Please sign in to comment.