github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/google/gke/AVD-GCP-0050/Terraform.md (about) 1 2 Use limited permissions for service accounts to be effective 3 4 ```hcl 5 resource "google_container_cluster" "good_example" { 6 node_config { 7 service_account = "cool-service-account@example.com" 8 } 9 } 10 11 ``` 12 13 #### Remediation Links 14 - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#service_account 15