File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
terraform/modules/lambdas Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ resource "aws_iam_policy" "shared_iam_policy" {
222222 Resource = [
223223 // Tickets is still in us-east-1!
224224 " arn:aws:dynamodb:us-east-1:${ data . aws_caller_identity . current . account_id } :table/infra-events-tickets" ,
225+ " arn:aws:dynamodb:us-east-1:${ data . aws_caller_identity . current . account_id } :table/infra-events-tickets/index/*" ,
225226 " arn:aws:dynamodb:us-east-1:${ data . aws_caller_identity . current . account_id } :table/infra-events-ticketing-metadata" ,
226227 " arn:aws:dynamodb:us-east-1:${ data . aws_caller_identity . current . account_id } :table/infra-merchstore-purchase-history" ,
227228 " arn:aws:dynamodb:us-east-1:${ data . aws_caller_identity . current . account_id } :table/infra-merchstore-purchase-history/index/*" ,
You can’t perform that action at this time.
0 commit comments