fix typo
This commit is contained in:
parent
a77d5032d3
commit
b948856cbb
|
@ -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(`LockID` must huve type of `string`). 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`
|
||||
|
|
Loading…
Reference in New Issue