Skip to content

Instantly share code, notes, and snippets.

@arslanbekov
Created November 24, 2022 16:35
Show Gist options
  • Save arslanbekov/b540c026541d2c320c9fbb37d197452c to your computer and use it in GitHub Desktop.
Save arslanbekov/b540c026541d2c320c9fbb37d197452c to your computer and use it in GitHub Desktop.
resource "google_service_account_iam_member" "wif-sa" {
service_account_id = "projects/my-gcp-project/serviceAccounts/example-sa@my-gcp-project.iam.gserviceaccount.com"
role = "roles/iam.workloadIdentityUser"
member = "principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_actions.name}/*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment