Skip to content

Commit

Permalink
fix: compute.network.get permissions for destroying inception
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Oct 17, 2023
1 parent 04a6d63 commit 3a4f30f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions modules/bootstrap/gcp/inception-account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "google_project_iam_custom_role" "bootstrap" {
"compute.firewalls.delete",
"compute.instances.delete",
"compute.instances.deleteAccessConfig",
"compute.networks.get",
"compute.networks.delete",
"compute.subnetworks.delete",
"iam.serviceAccounts.delete",
Expand Down
1 change: 0 additions & 1 deletion modules/inception/gcp/inception-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ 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 3a4f30f

Please sign in to comment.