Merge pull request #24319 from ritarock/improve_doc

improve s3.html.md
This commit is contained in:
Daniel Dreier 2020-05-21 14:33:14 -07:00 committed by GitHub
commit 1c024aa06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,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 have 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`