Skip to content

Commit

Permalink
NOBUG: Update database configuration. (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored May 29, 2023
1 parent ad8ae9e commit bde4de3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/src/roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ resource "aws_iam_role_policy" "databaseReadRolePolicy" {
"dynamodb:PutItem"
],
"Resource": "${aws_dynamodb_table.ar_table.arn}"
},
{
"Effect": "Allow",
"Action": [
"dynamodb:DescribeTable",
"dynamodb:UpdateItem"
],
"Resource": "${aws_dynamodb_table.ar_config_table.arn}"
}
]
}
Expand Down

0 comments on commit bde4de3

Please sign in to comment.