Update website/docs/language/settings/backends/s3.mdx

Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
pull/30423/head
Nsikan 4 years ago committed by GitHub
parent b5300fc793
commit 2cda0936bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -415,9 +415,8 @@ table used for locking. During a `terraform plan`, when the state lock is put in
Terraform stores the full statefile as a document with its partition key set
as the s3 object key. After the state lock is released, a digest of the updated
statefile is placed in DynamoDB with a key similar to that of the original
statefile but suffixed with `-md5`. A simple IAM policy that would allow the
role assumed for backend operations to perform the aforementioned operations is
shown below:
statefile but suffixed with `-md5`. The example below shows an IAM policy that would allow the
role assumed for backend operations to perform these operations.
```json
{

Loading…
Cancel
Save