Skip to content

Commit be4bbd8

Browse files
committed
[update] - print current aws region when list account info
1 parent 8ea1890 commit be4bbd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/assume_role.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ aws_assume_role_set_name_with_hint_peco() {
118118
aws_account_infos() {
119119
get-account-alias
120120
get-account-id
121+
echo AWS Region ${AWS_REGION:?"The AWS_REGION is unset or empty"}
121122
}

0 commit comments

Comments
 (0)