github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/google/iam/AVD-GCP-0011/Terraform.md (about)

     1  
     2  Provide access at the service-level instead of project-level, if required
     3  
     4  ```hcl
     5   resource "google_project_iam_binding" "project-123" {
     6   	project = "project-123"
     7   	role    = "roles/nothingInParticular"
     8   }
     9   			
    10  ```
    11  
    12  #### Remediation Links
    13   - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_iam
    14