Compare commits

..

1 Commits

Author SHA1 Message Date
1c7c4710cb fix: failed module, fix path
All checks were successful
Build / build (pull_request) Successful in 36s
- I need a better way to test these changes
- limit to version 1.2.0 of incus plugin
- use correct path in CMD
2026-01-10 16:43:19 +11:00

View File

@ -6,7 +6,7 @@ packer {
}
incus = {
source = "github.com/bketelsen/incus"
version = "~> 1"
version = "1.2.0"
}
}
}