diff --git a/command/meta.go b/command/meta.go index fb3d9efb2a7..c31189263b9 100644 --- a/command/meta.go +++ b/command/meta.go @@ -268,6 +268,7 @@ var knownPluginPrefixes = map[string]string{ "googlecompute": "github.com/hashicorp/googlecompute", "qemu": "github.com/hashicorp/qemu", "vagrant": "github.com/hashicorp/vagrant", + "virtualbox": "github.com/hashicorp/virtualbox", "vmware": "github.com/hashicorp/vmware", "vsphere": "github.com/hashicorp/vsphere", }