terraform: add missing GCP IAM permission to VM SA (#3770)

This commit is contained in:
Moritz Sanft 2025-04-16 10:06:37 +02:00 committed by GitHub
parent 532f39755e
commit 3489b6d772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,7 @@ resource "google_project_iam_custom_role" "vm" {
"compute.subnetworks.get",
"compute.globalForwardingRules.list",
"compute.zones.list",
"compute.forwardingRules.list",
]
}