Is this file structure correct for using Vagrant?
I have 1 Vagrantfile in a work folder that contains all my projects.
Is this how you use Vagrant?
1 Vagrant file and 1 virtual machine that runs all the projects in same work folder.
Folder structure
work/
└── Vagrantfile/
├── project1
│ └── project1root
├── project2
│ └── project2root
└── project3
└── project3root