We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea1890 commit be4bbd8Copy full SHA for be4bbd8
services/assume_role.sh
@@ -118,4 +118,5 @@ aws_assume_role_set_name_with_hint_peco() {
118
aws_account_infos() {
119
get-account-alias
120
get-account-id
121
+ echo AWS Region ${AWS_REGION:?"The AWS_REGION is unset or empty"}
122
}
0 commit comments