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.
Do you think it would be a good idea to have something in the documentation, for the people who put their Vagrantfile in their source control, to not put their keys in source control?
Something along the lines of:
If you want to put your aws enabled Vagrant file in your source control you might want to put the aws keys in an external file in the following manner.
Vagrant.secret file that is not in your source control system:
👍 for documentation improvements. But the most common way seems to be to use environment variables (which you can read from a file in your shell rc files etc.). For example:
I put my default config globally in ~/.vagrant.d/Vagrantfi and in aws base boxes so I can easily spin up basically what ever Vagrant project in aws even if the project doesn't have any aws specific configuration.
Hello,
Do you think it would be a good idea to have something in the documentation, for the people who put their Vagrantfile in their source control, to not put their keys in source control?
Something along the lines of:
If you want to put your aws enabled Vagrant file in your source control you might want to put the aws keys in an external file in the following manner.
Vagrant.secret file that is not in your source control system:
The aws keys in the Vagrant file that is in source control:
The text was updated successfully, but these errors were encountered: