Skip to content

Commit a9322b1

Browse files
committed
More dynamo db permissions.
1 parent e8cf85a commit a9322b1

File tree

1 file changed

+1
-0
lines changed
  • terraform/modules/deployment

1 file changed

+1
-0
lines changed

terraform/modules/deployment/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ resource "aws_iam_role_policy" "github_actions" {
234234
Action = [
235235
"dynamodb:PutItem",
236236
"dynamodb:GetItem",
237+
"dynamodb:DeleteItem",
237238
]
238239
Resource = [
239240
"arn:aws:dynamodb:${var.aws_region}:${var.aws_account_id}:table/*.tfstate"

0 commit comments

Comments
 (0)