Skip to content

Commit f754d17

Browse files
committed
Add lock_table to S3 state documentation
1 parent 0d14661 commit f754d17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/source/docs/state/remote/s3.html.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ The following configuration options or environment variables are supported:
9191
* `secret_key` / `AWS_SECRET_ACCESS_KEY` - (Optional) AWS secret access key.
9292
* `kms_key_id` - (Optional) The ARN of a KMS Key to use for encrypting
9393
the state.
94+
* `lock_table` - (Optional) The name of a DynamoDB table to use for state
95+
locking. The table must have a primary key named LockID.
9496
* `profile` - (Optional) This is the AWS profile name as set in the
9597
shared credentials file.
9698
* `shared_credentials_file` - (Optional) This is the path to the

0 commit comments

Comments
 (0)