Skip to content

Commit

Permalink
fix: missing subnetworks.use
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Mar 4, 2022
1 parent 6c19a4e commit 3a946bc
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 @@ -36,6 +36,7 @@ resource "google_project_iam_custom_role" "platform_make" {
"compute.sslCertificates.create",
"compute.sslCertificates.get",
"compute.subnetworks.get",
"compute.subnetworks.use",
"compute.subnetworks.create",
"compute.targetHttpsProxies.create",
"compute.targetHttpsProxies.get",
Expand Down

0 comments on commit 3a946bc

Please sign in to comment.