Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 7, 2024
1 parent 494bd8f commit cb5a7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data "google_iam_policy" "github_actions_plan_sa_bindings" {
binding {
role = "roles/iam.workloadIdentityUser"

members = [ local.github_actions_plan_identity ]
members = [local.github_actions_plan_identity]
}
}

Expand All @@ -16,7 +16,7 @@ data "google_iam_policy" "github_actions_apply_sa_bindings" {
binding {
role = "roles/iam.serviceAccountUser"

members = [ local.github_actions_apply_identity ]
members = [local.github_actions_apply_identity]
}
}

Expand Down

0 comments on commit cb5a7b0

Please sign in to comment.