Skip to content

Commit

Permalink
BRS-815: Terraform config update for metric call. (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Wilson Wong <wilwong89@users.noreply.github.com>

Co-authored-by: Wilson Wong <wilwong89@users.noreply.github.com>
  • Loading branch information
marklise and wilwong89 authored Nov 14, 2022
1 parent 6072942 commit 6693357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/src/roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ resource "aws_iam_role_policy" "park_reso_dynamodb_metric" {
"dynamodb:Query",
"dynamodb:Scan"
],
"Resource": "${aws_dynamodb_table.park_dup_table.arn}"
"Resource": "${aws_dynamodb_table.park_dup_table.arn}/index/*"
}
]
}
Expand Down

0 comments on commit 6693357

Please sign in to comment.