vagrantapple-m1vmware-fusion

The provider 'vmware_desktop' could not be found on macos m1


brew install --cask vagrant
brew install --cask vmware-fusion
➜  ~ vmrun -T ws list

Total running VMs: 0
➜  ~ vagrant -v

Vagrant 2.3.0
export VAGRANT_DEFAULT_PROVIDER=vmware_desktop
vagrant init hashicorp/bionic64
vagrant box add hashicorp/bionic64

and select the option 3) vmware_desktop

The provider 'vmware_desktop' could not be found, but was requested to
back the machine 'default'. Please use a provider that exists.

Vagrant knows about the following providers: docker, hyperv, virtualbox

did I make some mistake in the setup


Solution

  • You miss to install the Vagrant VMWare plugin

    First you need to install Vagrant VMware Utility

    Then you can install the plugin

    vagrant plugin install vagrant-vmware-desktop