Created
November 24, 2022 16:35
-
-
Save arslanbekov/b540c026541d2c320c9fbb37d197452c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "google_service_account_iam_member" "wif-sa" { | |
service_account_id = "projects/my-gcp-project/serviceAccounts/[email protected]" | |
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