Skip to content

Commit

Permalink
Merge pull request #33 from mitou/feat/readiness-gates
Browse files Browse the repository at this point in the history
#32 のエラー修正
  • Loading branch information
kyasbal authored Apr 27, 2024
2 parents 8ff5c9e + 0b08091 commit 8a64a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/iam/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ resource "google_project_iam_binding" "monitoring-pubsub" {
]
}

resource "google_service_account_iam_binding" "secret-manager" {
service_account_id = google_service_account.wi-secret-mattermost-primary.id
role = "roles/secretmanager.secretAccessor"
resource "google_project_iam_binding" "secret-manager" {
project = "mitou-jr"
role = "roles/secretmanager.secretAccessor"
members = [
"serviceAccount:mitou-jr.svc.id.goog[mattermost/mattermost-primary]"
"serviceAccount:${google_service_account.wi-secret-mattermost-primary.email}",
]
}

0 comments on commit 8a64a05

Please sign in to comment.