From df1df867718f0c0be28a100ed9ad55dd2134a8a5 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 25 Jan 2016 22:16:25 +0000 Subject: [PATCH] docs/remote-state/s3: Fix typo --- website/source/docs/state/remote/s3.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/state/remote/s3.html.md b/website/source/docs/state/remote/s3.html.md index ebeefd616..d7ccb9848 100644 --- a/website/source/docs/state/remote/s3.html.md +++ b/website/source/docs/state/remote/s3.html.md @@ -51,4 +51,4 @@ The following configuration options / environment variables are supported: to be applied to the state file. * `access_key` / `AWS_ACCESS_KEY_ID` - (Optional) AWS access key * `secret_key` / `AWS_SECRET_ACCESS_KEY` - (Optional) AWS secret key - * `kms_key_id` - (Optional) Set to to the ARN of a KMS Key to use that key to encrypt the state. + * `kms_key_id` - (Optional) The ARN of a KMS Key to use for encrypting the state.