Skip to content

Commit

Permalink
feat: add cloudsql instance update perms in platform roles (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Jun 17, 2022
1 parent a43b7db commit cb1ac36
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 @@ -53,6 +53,7 @@ resource "google_project_iam_custom_role" "platform_make" {
"servicenetworking.services.get",
"cloudsql.instances.create",
"cloudsql.instances.get",
"cloudsql.instances.update",
"cloudsql.users.create",
"cloudsql.users.list",
"cloudsql.instances.list",
Expand Down

0 comments on commit cb1ac36

Please sign in to comment.