We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BatchGet*
1 parent af07763 commit d886f11Copy full SHA for d886f11
modules/iam-read-only-policy/main.tf
@@ -25,6 +25,7 @@ data "aws_iam_policy_document" "allowed_services" {
25
actions = [
26
"${statement.value}:List*",
27
"${statement.value}:Get*",
28
+ "${statement.value}:BatchGet*",
29
"${statement.value}:Describe*",
30
"${statement.value}:View*",
31
]
0 commit comments