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 29, 2024
1 parent e700deb commit 5cc50c0
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 @@ -125,7 +125,7 @@ resource "google_project_iam_binding" "secret-manager" {

resource "google_project_iam_binding" "pod_status_updater_binding" {
project = "mitou-jr"
role = google_project_iam_custom_role.pod_status_updater.id
role = google_project_iam_custom_role.pod_status_updater.id
members = [
"serviceAccount:${google_service_account.wi-mattermost-primary.email}",
]
Expand Down

0 comments on commit 5cc50c0

Please sign in to comment.