mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix remote state AWS configuration key names
This commit is contained in:
parent
cb49c8da3d
commit
43e6a14290
@ -54,7 +54,7 @@ The following backends are supported:
|
|||||||
Requires the `bucket` and `key` variables. Supports and honors the standard
|
Requires the `bucket` and `key` variables. Supports and honors the standard
|
||||||
AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
|
AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
|
||||||
and `AWS_DEFAULT_REGION`. These can optionally be provided as parameters
|
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
|
respectively, but passing credentials this way is not recommended since they
|
||||||
will be included in cleartext inside the persisted state.
|
will be included in cleartext inside the persisted state.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user