diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:07:07 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:07:07 +0100 |
commit | 3a63650aa95666b1b557250bbc59611747254ffa (patch) | |
tree | dfda340bf42ffcbaa188fcd151987c1c62aa0ada /packer/plugin.pkr.hcl | |
parent | a3cf8b4df83b83ed497f387a539f8530b7dc9888 (diff) |
Adds first packer tests (ubuntu & debian)
Diffstat (limited to 'packer/plugin.pkr.hcl')
-rw-r--r-- | packer/plugin.pkr.hcl | 8 |
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" + } + } +} |