Skip to content

Commit

Permalink
fix: add policy delete perm to destroy inception (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored May 27, 2024
1 parent 670d2de commit 2e47c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/inception/gcp/platform-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ resource "google_project_iam_custom_role" "platform_destroy" {
"cloudsql.users.delete",
"bigquery.connections.delete",
"apikeys.keys.delete",
"monitoring.notificationChannels.delete"
"monitoring.notificationChannels.delete",
"monitoring.alertPolicies.delete",
]
}

0 comments on commit 2e47c1e

Please sign in to comment.