Skip to content

Commit

Permalink
10432: Fix json;
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Aug 14, 2024
1 parent 64322d8 commit 7db5777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-api/terraform/modules/lambda-role/lambda-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_iam_role_policy" "lambda_policy" {
},
{
"Action": [
"cloudwatch:PutMetricData",
"cloudwatch:PutMetricData"
],
"Resource": [
"*"
Expand Down

0 comments on commit 7db5777

Please sign in to comment.