2.2 Vagrant
Vagrant is HashiCorp’s command line tool for managing virtual machines. Vagrant provided a simple consistent method for defining virtual machines as code. This means we can all easily set up the same virtual machine environment without the need to rely on following complex set up instructions.
As with many topics covered in this course, there is a more detailed book covering Vagrant Vagrant from Scratch[Boo20b].