github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/google/platform/AVD-GCP-0009/Terraform.md (about)

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