aboutsummaryrefslogtreecommitdiff
path: root/packer/plugin.pkr.hcl
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:07:07 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-30 21:07:07 +0100
commit3a63650aa95666b1b557250bbc59611747254ffa (patch)
treedfda340bf42ffcbaa188fcd151987c1c62aa0ada /packer/plugin.pkr.hcl
parenta3cf8b4df83b83ed497f387a539f8530b7dc9888 (diff)
Adds first packer tests (ubuntu & debian)
Diffstat (limited to 'packer/plugin.pkr.hcl')
-rw-r--r--packer/plugin.pkr.hcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/packer/plugin.pkr.hcl b/packer/plugin.pkr.hcl
new file mode 100644
index 0000000..4265280
--- /dev/null
+++ b/packer/plugin.pkr.hcl
@@ -0,0 +1,8 @@
+packer {
+ required_plugins {
+ name = {
+ version = "~> 1"
+ source = "github.com/hashicorp/proxmox"
+ }
+ }
+}