We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d14661 commit f754d17Copy full SHA for f754d17
1 file changed
website/source/docs/state/remote/s3.html.md
@@ -91,6 +91,8 @@ The following configuration options or environment variables are supported:
91
* `secret_key` / `AWS_SECRET_ACCESS_KEY` - (Optional) AWS secret access key.
92
* `kms_key_id` - (Optional) The ARN of a KMS Key to use for encrypting
93
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.
96
* `profile` - (Optional) This is the AWS profile name as set in the
97
shared credentials file.
98
* `shared_credentials_file` - (Optional) This is the path to the
0 commit comments