diff --git a/sources/build.pkr.hcl b/sources/build.pkr.hcl index 532e45b..be5a1f1 100644 --- a/sources/build.pkr.hcl +++ b/sources/build.pkr.hcl @@ -1,11 +1,11 @@ packer { required_plugins { qemu = { - source = "github.com/hashicorp/packer-plugin-qemu" + source = "github.com/hashicorp/qemu" version = "= 1.1.4" } vagrant = { - source = "github.com/hashicorp/packer-plugin-vagrant" + source = "github.com/hashicorp/vagrant" version = "= 1.1.6" } vmware = { @@ -14,7 +14,7 @@ packer { } hyperv = { version = "= 1.1.4" - source = "github.com/hashicorp/packer-plugin-hyperv" + source = "github.com/hashicorp/hyperv" } virtualbox = { source = "github.com/hashicorp/virtualbox"