mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(ct): update template
This commit is contained in:
parent
a283b4bf9a
commit
a03d567652
3 changed files with 9 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
variable "proxmox_container_template" {
|
||||
type = string
|
||||
default = "local:vztmpl/reisen-ct-2024-01-26-nixos-system-x86_64-linux.tar.xz"
|
||||
default = "local:vztmpl/ct-20240127-nixos-system-x86_64-linux.tar.xz"
|
||||
}
|
||||
|
||||
data "proxmox_virtual_environment_vm" "kubernetes" {
|
||||
|
|
@ -54,7 +54,7 @@ resource "proxmox_virtual_environment_container" "reimu" {
|
|||
started = false
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [started, description]
|
||||
ignore_changes = [started, description, operating_system[0].template_file_id]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
|
||||
disk {
|
||||
datastore_id = "local-zfs"
|
||||
file_format = "raw"
|
||||
file_format = "raw"
|
||||
interface = "scsi0"
|
||||
size = 32
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue