Skip to content

Commit

Permalink
chore: add service usage perm for inception destroy (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Oct 16, 2023
1 parent f85a464 commit f7bbc84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/inception/gcp/inception-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ resource "google_project_iam_custom_role" "inception_destroy" {
"iam.serviceAccounts.delete",
"iam.roles.delete",
"storage.buckets.delete",
"servicenetworking.services.deleteConnection"
"servicenetworking.services.deleteConnection",
"serviceusage.operations.get"
]
}

Expand Down

0 comments on commit f7bbc84

Please sign in to comment.