File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
infrastructure/stacks/iams-developer-roles Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ resource "aws_iam_policy" "dynamodb_management" {
117117 " dynamodb:PutItem" ,
118118 " dynamodb:DeleteItem" ,
119119 " dynamodb:Scan" ,
120- " dynamodb:BatchWriteItem"
120+ " dynamodb:BatchWriteItem" ,
121+ " dynamodb:Query"
121122 ],
122123 Resource = [
123124 " arn:aws:dynamodb:*:${ data . aws_caller_identity . current . account_id } :table/*eligibility-signposting-api-${ var . environment } -eligibility_datastore"
Original file line number Diff line number Diff line change @@ -244,7 +244,8 @@ data "aws_iam_policy_document" "permissions_boundary" {
244244 " dynamodb:PutItem" ,
245245 " dynamodb:DeleteItem" ,
246246 " dynamodb:Scan" ,
247- " dynamodb:BatchWriteItem"
247+ " dynamodb:BatchWriteItem" ,
248+ " dynamodb:Query"
248249 ]
249250 resources = [" *" ]
250251 }
You can’t perform that action at this time.
0 commit comments