fixup! vault: implement bootstrap integration
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m1s
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m1s
This commit is contained in:
@@ -50,6 +50,7 @@ locals {
|
||||
cpu_cores = 2
|
||||
memory = 2048
|
||||
disk_size = "20G"
|
||||
flake_branch = "vault-bootstrap-integration"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,4 +147,12 @@ resource "proxmox_vm_qemu" "vm" {
|
||||
source = "/dev/urandom"
|
||||
period = 1000
|
||||
}
|
||||
|
||||
# Lifecycle configuration
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
clone, # Template name can change without recreating VMs
|
||||
startup_shutdown, # Proxmox sets defaults (-1) that we don't need to manage
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user