Merge pull request #3057 from jszwedko/patch-1

Fix remote state AWS configuration key names
This commit is contained in:
Radek Simko 2015-08-29 11:19:39 +01:00
commit 5560f8a8d2
1 changed files with 1 additions and 1 deletions

View File

@ -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.