Hi I am new to Vagrant.

My objective is to connect to AWS without mentioning the credentials in the 
vagrantfile. I have created a new file called credentials under my cloned 
repository with the required keys. 

In the vagrant file I have given it as 

*config.vm.provision "aws-credentials", type: "file", source: 
"credentials", destination: "~/.aws/credentials"*

when I am trying to access AWS using the command "*vagrant up 
--provider=aws*"

I am getting the error saying 

   - An access key Id is required
   - A secret access key is required.

Why is the file not being read. Could some one help me.

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to