mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 573 forks source link

Require vagrant 1.2 to 2.2.15 #578

Open timvisher opened 3 years ago

timvisher commented 3 years ago

This is provided because 2.2.16 has a bug where it cannot be used with RSA SHA1 ssh keys which makes it impossible to use with vagrant-aws as well as any other platform that only supports RSA SHA1 keys. There's been no activity from the vagrant maintainers to fix this for some time.

https://github.com/hashicorp/vagrant/issues/12344

timvisher commented 3 years ago

I was unable to get the tests to run after a bit of effort. I'm not generally a ruby dev but trying to port my work from vagrant over to here resulted in bundler, rvm, etc. issues so I never actually got to run the tests.

https://github.com/hashicorp/vagrant/pull/12295

timvisher commented 3 years ago

There's been a response from the maintainers on the upstream issue so this may not be necessary.