Skip to content

Commit 22cb12f

Browse files
authored
Update main.tf
1 parent cf24a79 commit 22cb12f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/core/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ module "discord_bot_exec_role" {
233233
"Action" : [
234234
"dynamodb:GetItem",
235235
"dynamodb:DeleteItem",
236-
"dynamodb:Scan"
236+
"dynamodb:Scan",
237+
"dynamodb:PutItem"
237238
]
238239
"Effect" : "Allow"
239240
"Resource" : aws_dynamodb_table.discord_bot_table.arn

0 commit comments

Comments
 (0)