Skip to content

Commit

Permalink
fix: grant compute.networks.get to inception destroy (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Oct 17, 2023
1 parent 60ab53b commit 04a6d63
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 @@ -58,6 +58,7 @@ resource "google_project_iam_custom_role" "inception_destroy" {
"compute.instances.delete",
"compute.instances.deleteAccessConfig",
"compute.routers.delete",
"compute.networks.get",
"compute.networks.delete",
"compute.subnetworks.delete",
"compute.globalAddresses.deleteInternal",
Expand Down

0 comments on commit 04a6d63

Please sign in to comment.