Vagrant.configure("2") do |config|
  config.vm.box = "hashicorp/bionic64"
end
