Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
363ca3f9
Commit
363ca3f9
authored
2 years ago
by
Matteo Ferraroni
Browse files
Options
Download
Email Patches
Plain Diff
backport of commit
0900b787
parent
ae28afce
brandonc/changelog_sensitive_diff_fixes
backport/doc-s3-fix/utterly-close-rabbit
backport/f-build-go1.19.3/largely-peaceful-grouper
backport/fix-links-devdot/strictly-notable-sparrow
backport/patch-1/nationally-working-kite
backport/patch-1/noticeably-comic-manatee
backport/patch-1/vaguely-deciding-beagle
backport/patch-1/virtually-more-rhino
backport/patch-1/willingly-usable-husky
backport/patch-2/finally-amazed-catfish
v1.3.5
v1.3.4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/docs/language/settings/backends/s3.mdx
+2
-0
website/docs/language/settings/backends/s3.mdx
with
2 additions
and
0 deletions
+2
-0
website/docs/language/settings/backends/s3.mdx
+
2
-
0
View file @
363ca3f9
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help