vagrant-aws
vagrant-aws copied to clipboard
Allow override region from Vagrantfile
It should be possible to override region from Vagrantfile when using AWS profile files.
Probably fix #473
Can this be merged? I also cannot switch from us-east-1 in my vagrant config.
Having this problem as well when using aws_profile instead of access and secret key. Please merge.
Seems like this went out of the radar?
I have created custom Gem with this change:
vagrant plugin uninstall vagrant-aws
vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.10"
Another work around is to remove the "region" variable from your .aws/config, but this could affect how your aws cli works...
I have created custom Gem with this change:
vagrant plugin uninstall vagrant-aws vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.10"
Any update without this change? @mkubenka Could you guide how to use your plugin in Vagrantfile? sorry, I'm new to vagrant