github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/google/iam/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 12 #### Remediation Links 13 - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_organization_iam 14