Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 8, 2024
1 parent e9cca2f commit 1a273e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "google_iam_policy" "github_actions_apply_sa_bindings" {
data "google_iam_policy" "state_bucket" {
// Plan action service account state bucket binding
binding {
role = "roles/storage.objectUser"
role = "roles/storage.objectUser"
members = [
google_service_account.github_actions_plan.member,
google_service_account.github_actions_apply.member
Expand Down

0 comments on commit 1a273e5

Please sign in to comment.