mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-23 14:34:57 -04:00
terraform: add missing GCP IAM permission to VM SA (#3770)
This commit is contained in:
parent
532f39755e
commit
3489b6d772
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ resource "google_project_iam_custom_role" "vm" {
|
||||||
"compute.subnetworks.get",
|
"compute.subnetworks.get",
|
||||||
"compute.globalForwardingRules.list",
|
"compute.globalForwardingRules.list",
|
||||||
"compute.zones.list",
|
"compute.zones.list",
|
||||||
|
"compute.forwardingRules.list",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue