Skip to content

Commit

Permalink
style: Clean up iam policy for external-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaber1 committed Aug 24, 2023
1 parent 298e301 commit 3acd563
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,7 @@ data "aws_iam_policy_document" "external_secrets" {
}

statement {
actions = [
"kms:Decrypt"
]
actions = ["kms:Decrypt"]
resources = var.external_secrets_kms_key_arns
}

Expand Down

0 comments on commit 3acd563

Please sign in to comment.