From 9e46f463f47e640cabf7675d1a3f93c2d2d056de Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 28 Nov 2023 10:32:08 -0600 Subject: [PATCH] Set plugin version properly --- sources/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/build.pkr.hcl b/sources/build.pkr.hcl index 183aed6..c6d67fc 100644 --- a/sources/build.pkr.hcl +++ b/sources/build.pkr.hcl @@ -10,7 +10,7 @@ packer { } vagrant = { source = "github.com/hashicorp/vagrant" - version = "1.1.1" + version = "= 1.1.1" } vmware = { version = ">= 1.0"