feat: Show AWS region in aws module (#482)

This commit is contained in:
Thomas Lee
2019-10-15 00:05:03 +09:00
committed by Matan Kushner
parent a18408e30c
commit b3275d8ddf
4 changed files with 162 additions and 6 deletions
+3 -2
View File
@@ -114,8 +114,9 @@ prompt_order = [
## AWS
The `aws` module shows the current AWS profile. This is based on the
`AWS_PROFILE` env var.
The `aws` module shows the current AWS region and profile. This is based on
`AWS_REGION`, `AWS_DEFAULT_REGION`, and `AWS_PROFILE` env var with
`~/.aws/config` file.
### Options