Commit 363ca3f9 authored by Matteo Ferraroni's avatar Matteo Ferraroni
Browse files

backport of commit 0900b787

Showing with 2 additions and 0 deletions
+2 -0
......@@ -76,6 +76,7 @@ documentation about
If you are using state locking, Terraform will need the following AWS IAM
permissions on the DynamoDB table (`arn:aws:dynamodb:::table/mytable`):
* `dynamodb:DescribeTable`
* `dynamodb:GetItem`
* `dynamodb:PutItem`
* `dynamodb:DeleteItem`
......@@ -89,6 +90,7 @@ This is seen in the following AWS IAM Statement:
{
"Effect": "Allow",
"Action": [
"dynamodb:DescribeTable",
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:DeleteItem"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment