Skip to content

Commit

Permalink
Add VirtualBox as known plugin prefix
Browse files Browse the repository at this point in the history
It was found in #12715 that the bundled version of the
Virtualbox plugin was not included in the bundled plugin warning. This miss lead to a user consistently
receiving warning even when addressing the reported warning.
  • Loading branch information
nywilken committed Nov 28, 2023
1 parent beea56f commit 31e39a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 31e39a8

Please sign in to comment.