feat: Automatically fetch Talos install image

This commit is contained in:
Peter 2025-10-26 18:14:24 +01:00
parent 5def74736b
commit 7d4baad8ff
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
7 changed files with 110 additions and 38 deletions

View file

@ -0,0 +1,12 @@
terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.9.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.85.1"
}
}
}