Created
November 24, 2022 16:35
-
-
Save arslanbekov/b540c026541d2c320c9fbb37d197452c to your computer and use it in GitHub Desktop.
Revisions
-
arslanbekov created this gist
Nov 24, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 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}/*" }