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 7a15fb1 commit ff8e80cCopy full SHA for ff8e80c
aws-ssm-ssh-proxy-command.sh
@@ -36,7 +36,7 @@ fi
36
REGION_SEPARATOR='--'
37
if echo "$instance_id" | grep -q -e "${REGION_SEPARATOR}"
38
then
39
- export AWS_DEFAULT_REGION="${instance_id##*"${REGION_SEPARATOR}"}"
+ export AWS_REGION="${instance_id##*"${REGION_SEPARATOR}"}"
40
instance_id="${instance_id%%"$REGION_SEPARATOR"*}"
41
fi
42
0 commit comments