Skip to content

Commit

Permalink
fix: add compute perm to inception destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Oct 16, 2023
1 parent f7bbc84 commit 60ab53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/inception/gcp/inception-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ resource "google_project_iam_custom_role" "inception_destroy" {
"compute.routers.delete",
"compute.networks.delete",
"compute.subnetworks.delete",
"compute.globalAddresses.deleteInternal",
"iam.serviceAccounts.delete",
"iam.roles.delete",
"storage.buckets.delete",
Expand Down

0 comments on commit 60ab53b

Please sign in to comment.