Skip to content

Commit

Permalink
feat: Add secretsmanager:BatchGetSecretValue to support external-se…
Browse files Browse the repository at this point in the history
…crets bulk fetch (#440)
  • Loading branch information
kevinrudde authored Dec 26, 2024
1 parent e94211f commit 0455910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2377,6 +2377,7 @@ data "aws_iam_policy_document" "external_secrets" {
"secretsmanager:GetSecretValue",
"secretsmanager:DescribeSecret",
"secretsmanager:ListSecretVersionIds",
"secretsmanager:BatchGetSecretValue",
]
resources = var.external_secrets_secrets_manager_arns
}
Expand Down

0 comments on commit 0455910

Please sign in to comment.