mitchellh / vagrant-aws

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

`aws configure` does not always prepend 'profile' #523

Open iam-decoder opened 6 years ago

iam-decoder commented 6 years ago

small fix to fit most use cases. where using the aws_profile config in vagrant throws an error if it can't find the profile, mainly because the code is looking for default or profile <profile_name> which doesn't fit my use case.