Browse Source

packer: track lockfile

classabbyamp 10 months ago
parent
commit
a0623c6bf6
1 changed files with 16 additions and 0 deletions
  1. 16 0
      packer/plugins.pkr.hcl

+ 16 - 0
packer/plugins.pkr.hcl

@@ -0,0 +1,16 @@
+packer {
+  required_plugins {
+    qemu = {
+      version = "~> 1"
+      source = "github.com/hashicorp/qemu"
+    }
+    vagrant = {
+      version = "~> 1"
+      source = "github.com/hashicorp/vagrant"
+    }
+    virtualbox = {
+      version = "~> 1"
+      source  = "github.com/hashicorp/virtualbox"
+    }
+  }
+}