fix; Remove rc release
All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 22s

This commit is contained in:
Peter 2026-04-17 20:31:58 +02:00
parent 0543790f1b
commit b3f9e90588
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -21,5 +21,5 @@ provider "proxmox" {
module "talos" { module "talos" {
source = "./talos" source = "./talos"
talos_versions = ["1.12.6", "1.13.0-rc.0"] talos_versions = ["1.12.6"]
} }