-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read region from AWS_REGION and if not present set a default #3
Comments
Have you tried with See : https://github.com/claranet/sshm/blob/master/main.go#L64 |
I use aws-vault and my env looks like :
and I have to specify the region otherwise it does not find the instances |
OK, I will take a look but I don't use the tool anymore (I'm not working anymore at Claranet) |
@jamengual It should fix your issue : https://github.com/claranet/sshm/releases/tag/1.2.1 |
now it works from since in my profiles I specify a region this should read those ? |
It never used the |
is not urgent but I think it is expected standard. |
@jamengual 1.2.2 it should be OK 😉 |
works perfectly, thanks again. |
Hi.
I love the took and I have been using it for some time but every so often I forget to set the region and then I get not instances found error, it will be cool if instead of defaulting to eu-west it actually read the environment variable AWS_REGION first or the profile configured region.
Thanks.
The text was updated successfully, but these errors were encountered: