Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfujiwara committed Apr 25, 2024
1 parent 90e3b73 commit 381ffce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ cloud-build:
--config cloudbuild.yaml \
--region us-central1

terraform-init:
cd terraform && terraform init

terraform-plan:
cd terraform && terraform plan

Expand Down
22 changes: 2 additions & 20 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/google_service_account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "google_service_account" "github" {
resource "google_service_account_iam_member" "github" {
service_account_id = google_service_account.github.id
role = "roles/iam.workloadIdentityUser"
member = "principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github.name}/attribute.repository/sfujiwara/sfujiwara"
member = "principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github.name}/attribute.repository/sfujiwara/sfujiwara.com"
}

0 comments on commit 381ffce

Please sign in to comment.