chore: Refactor talos image creation

This commit is contained in:
Peter 2025-11-27 16:37:46 +01:00
parent de4faf86ca
commit 1a791f6c37
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
3 changed files with 27 additions and 48 deletions

View file

@ -4,5 +4,9 @@ terraform {
source = "bpg/proxmox"
version = "0.86.0"
}
http = {
source = "hashicorp/http"
version = "3.5.0"
}
}
}