You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Note: if you don't configure aws.access_key_id or aws_secret_access_key it will attempt to read credentials from environment variables first and then from $HOME/.aws/.
But...
$ vagrant up
There are errors in the configuration of this machine. Please fix
the following errors and try again:
AWS Provider:
* An access key ID must be specified via "access_key_id"
* A secret access key is required via "secret_access_key"
Same error when I set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. Seems that the Vagrantfile MUST contain the two parameters, contrary to what the README specifies.
Here's my AWS config file:
Here's my Vagrantfile:
According to the README:
But...
Same error when I set
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
. Seems that the Vagrantfile MUST contain the two parameters, contrary to what the README specifies.Some info:
The text was updated successfully, but these errors were encountered: