Skip to content

Commit 5560f8a

Browse files
committed
Merge pull request hashicorp#3057 from jszwedko/patch-1
Fix remote state AWS configuration key names
2 parents 84eedc6 + 43e6a14 commit 5560f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/commands/remote-config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following backends are supported:
5454
Requires the `bucket` and `key` variables. Supports and honors the standard
5555
AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
5656
and `AWS_DEFAULT_REGION`. These can optionally be provided as parameters
57-
in the `aws_access_key`, `aws_secret_key` and `region` variables
57+
in the `access_key`, `secret_key` and `region` variables
5858
respectively, but passing credentials this way is not recommended since they
5959
will be included in cleartext inside the persisted state.
6060

0 commit comments

Comments
 (0)