From 4b85e91ac598aa462bb3215f65003095fcf9ddee Mon Sep 17 00:00:00 2001 From: Thomas Schaaf Date: Tue, 27 Jun 2017 17:57:38 +0200 Subject: [PATCH] Update s3.html.md (#15299) --- website/docs/backends/types/s3.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/backends/types/s3.html.md b/website/docs/backends/types/s3.html.md index b4b86ec7e..bda66ab92 100644 --- a/website/docs/backends/types/s3.html.md +++ b/website/docs/backends/types/s3.html.md @@ -14,7 +14,7 @@ Stores the state as a given key in a given bucket on [Amazon S3](https://aws.amazon.com/s3/). This backend also supports state locking via [Dynamo DB](https://aws.amazon.com/dynamodb/). Enable locking by setting the -`lock_table` key to a Dynamo DB table to use for the locks. +`dynamodb_table` key to a Dynamo DB table to use for the locks. ~> **Warning!** It is highly recommended that you enable [Bucket Versioning](http://docs.aws.amazon.com/AmazonS3/latest/UG/enable-bucket-versioning.html)