Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Apr 27, 2024
1 parent 279fe56 commit 0b08091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/iam/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource "google_project_iam_binding" "monitoring-pubsub" {

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

0 comments on commit 0b08091

Please sign in to comment.