Skip to content

Commit 1781bad

Browse files
authored
Merge pull request #82 from remerge/fix-workload-pool
Fix Workload Identity Federation Pool
2 parents 4670e7f + d85ee7a commit 1781bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/static-website/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "website" {
1414

1515
set_admin_roles = true
1616
admins = [
17-
"serviceAccount:github-actions@github-actions-runner-aef2.iam.gserviceaccount.com",
17+
"serviceAccount:github-actions@github-6d1f.iam.gserviceaccount.com",
1818
"principalSet://iam.googleapis.com/${var.identity_pool}/attribute.repository/${var.identity_organization}/${var.identity_repository}",
1919
]
2020

google/static-website/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ variable "enable_cdn" {
6767
variable "identity_pool" {
6868
description = "Google Cloud Workload Identity Pool"
6969
type = string
70-
default = "projects/413626507216/locations/global/workloadIdentityPools/github-actions-pool"
70+
default = "projects/654112073299/locations/global/workloadIdentityPools/github-actions-pool"
7171
}
7272

7373
variable "identity_organization" {

0 commit comments

Comments
 (0)