mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
terraform: add missing GCP IAM permission to VM SA
This commit is contained in:
parent
532f39755e
commit
1ad36c0aa9
@ -87,6 +87,7 @@ resource "google_project_iam_custom_role" "vm" {
|
||||
"compute.subnetworks.get",
|
||||
"compute.globalForwardingRules.list",
|
||||
"compute.zones.list",
|
||||
"compute.forwardingRules.list",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user