From cb5a7b05eebcee89a3a280ab6f9934df1c56fd70 Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Mon, 7 Oct 2024 07:56:38 -0700 Subject: [PATCH] chore: lint --- data.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.tf b/data.tf index a997c15..330a1e0 100644 --- a/data.tf +++ b/data.tf @@ -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] } } @@ -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] } }