packer-images/library/plugins.pkr.hcl
Ben Vincent 56a32bfaff
All checks were successful
Deploy / build (push) Successful in 32s
fix: use correct path (#31)
- I need a better way to test these changes

Reviewed-on: #31
2026-01-10 16:44:48 +11:00

13 lines
219 B
HCL

packer {
required_plugins {
docker = {
version = ">= 1.1.1"
source = "github.com/hashicorp/docker"
}
incus = {
source = "github.com/bketelsen/incus"
version = "1.2.0"
}
}
}