Difference between revisions of "Terraform S3 backend: dynamodb table"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
 
== Related ==
 
== Related ==
 
* <code>[[aws dynamodb create-table --table-name]]</code>
 
* <code>[[aws dynamodb create-table --table-name]]</code>
 +
[[key]] in [[Terraform S3 backend]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:48, 15 March 2023


{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "dynamodb:GetItem",
        "dynamodb:PutItem",
        "dynamodb:DeleteItem"
      ],
      "Resource": "arn:aws:dynamodb:*:*:table/mytable"
    }
  ]
}

Related[edit]

key in Terraform S3 backend

See also[edit]

Advertising: