From 43e6a142901655c3900b7fbdbf12c6ba1f0f0520 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Fri, 21 Aug 2015 21:03:20 -0700 Subject: [PATCH] Fix remote state AWS configuration key names --- website/source/docs/commands/remote-config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/remote-config.html.markdown b/website/source/docs/commands/remote-config.html.markdown index 481fa8f75..3431fc313 100644 --- a/website/source/docs/commands/remote-config.html.markdown +++ b/website/source/docs/commands/remote-config.html.markdown @@ -54,7 +54,7 @@ The following backends are supported: Requires the `bucket` and `key` variables. Supports and honors the standard AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_DEFAULT_REGION`. These can optionally be provided as parameters - in the `aws_access_key`, `aws_secret_key` and `region` variables + in the `access_key`, `secret_key` and `region` variables respectively, but passing credentials this way is not recommended since they will be included in cleartext inside the persisted state.