From f754d17bfec7c8943e7540d12bf250ca46b235be Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 13 Feb 2017 15:21:26 -0500 Subject: [PATCH] Add lock_table to S3 state documentation --- website/source/docs/state/remote/s3.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/state/remote/s3.html.md b/website/source/docs/state/remote/s3.html.md index a345533df..6abb430f1 100644 --- a/website/source/docs/state/remote/s3.html.md +++ b/website/source/docs/state/remote/s3.html.md @@ -91,6 +91,8 @@ The following configuration options or environment variables are supported: * `secret_key` / `AWS_SECRET_ACCESS_KEY` - (Optional) AWS secret access key. * `kms_key_id` - (Optional) The ARN of a KMS Key to use for encrypting the state. + * `lock_table` - (Optional) The name of a DynamoDB table to use for state + locking. The table must have a primary key named LockID. * `profile` - (Optional) This is the AWS profile name as set in the shared credentials file. * `shared_credentials_file` - (Optional) This is the path to the