From 518cbb62df6aca726767a054d75c8dddc9b50565 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 28 Nov 2023 15:01:04 -0500 Subject: [PATCH] cmd/hcl2upgrade: Add VirtualBox as known plugin --- command/hcl2_upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/hcl2_upgrade.go b/command/hcl2_upgrade.go index 3393ee86b..08ffa767e 100644 --- a/command/hcl2_upgrade.go +++ b/command/hcl2_upgrade.go @@ -104,6 +104,7 @@ var knownPlugins = 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", }