Skip to content

Commit

Permalink
ignore user policy
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Jan 1, 2024
1 parent e68634f commit 2948607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ resource "awscreds_iam_access_key" "servers" {
file = "creds/${each.key}"
}

resource "aws_iam_user" "servers" {
resource "aws_iam_user" "servers" { #trivy:ignore:AVD-AWS-0143
for_each = local.server_users
name = each.key
}

0 comments on commit 2948607

Please sign in to comment.