How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "justin_hashicorp/cloud-test"
config.vm.box_version = "1.3.1497388131"
end
vagrant init justin_hashicorp/cloud-test \
--box-version 1.3.1497388131
vagrant up