Skip to content

Commit

Permalink
fix: Add tfsec ignore marker temporarily (#28)
Browse files Browse the repository at this point in the history
Refs: #DA-3488

Signed-off-by: Christian Witts <christian@honestbank.com>
  • Loading branch information
ChristianWitts authored Jun 11, 2024
1 parent 48fa2cf commit 838ecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/google_service_account/iam-memberships.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "google_project_iam_member" "project_iam_memberships" {
member = "serviceAccount:${google_service_account.service_account.email}"

project = var.project_id
role = each.value.role
role = each.value.role #tfsec:ignore:google-iam-no-project-level-service-account-impersonation

dynamic "condition" {
for_each = each.value.conditions != null ? each.value.conditions : []
Expand Down

0 comments on commit 838ecc2

Please sign in to comment.