Changed all templates to use kamino for builds since it has more RAM

This commit is contained in:
2024-04-21 01:55:46 -04:00
parent 4e00aa8ba7
commit f438cb7c92
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ source "proxmox-iso" "freebsd-14" {
insecure_skip_tls_verify = true
username = "${var.proxmox_apiuser}"
password = "${var.proxmox_apitoken}"
node = "geonosis"
node = "kamino"
pool = "Templates"
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.0/FreeBSD-14.0-RELEASE-amd64-bootonly.iso"