How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "appbricks/appbricks-bastion"
config.vm.box_version = "0.0.230712232631"
end
vagrant init appbricks/appbricks-bastion \
--box-version 0.0.230712232631
vagrant up
This version was created about 1 year ago.
There isn't a description.