diff --git a/terraform/infrastructure/iam/gcp/main.tf b/terraform/infrastructure/iam/gcp/main.tf index 2aaca1f08..79534472c 100644 --- a/terraform/infrastructure/iam/gcp/main.tf +++ b/terraform/infrastructure/iam/gcp/main.tf @@ -87,6 +87,7 @@ resource "google_project_iam_custom_role" "vm" { "compute.subnetworks.get", "compute.globalForwardingRules.list", "compute.zones.list", + "compute.forwardingRules.list", ] }