Skip to content

Instantly share code, notes, and snippets.

@9oelM
Created March 21, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9oelM/3bc1f4c573a6a0dbe560ed790ace6030 to your computer and use it in GitHub Desktop.
Save 9oelM/3bc1f4c573a6a0dbe560ed790ace6030 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:DeleteItem"
],
"Resource": "arn:aws:dynamodb:*:*:table/tf-state-locks"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment