From a77d5032d30c8d51c455f7739d63ee121d43a7f5 Mon Sep 17 00:00:00 2001 From: rita Date: Sun, 8 Mar 2020 15:10:38 +0900 Subject: [PATCH] improve s3.html.md --- 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 a260a63ba..0ad1ea5d8 100644 --- a/website/docs/backends/types/s3.html.md +++ b/website/docs/backends/types/s3.html.md @@ -163,7 +163,7 @@ The following configuration options or environment variables are supported: the state. * `lock_table` - (Optional, Deprecated) Use `dynamodb_table` instead. * `dynamodb_table` - (Optional) The name of a DynamoDB table to use for state - locking and consistency. The table must have a primary key named LockID. If + locking and consistency. The table must have a primary key named LockID(`LockID` must huve type of `string`). If not present, locking will be disabled. * `profile` - (Optional) This is the AWS profile name as set in the shared credentials file. It can also be sourced from the `AWS_PROFILE`