add fixmes

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-13 18:16:42 +02:00
parent ddf3b3713f
commit 889932691a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -17,6 +17,8 @@ locals {
provider "proxmox" {
endpoint = "https://${var.host}:8006/"
insecure = true
# FIXME secure
# insecure = false
# used only for files and creating custom disks
ssh {
@ -85,6 +87,8 @@ resource "proxmox_virtual_environment_file" "upload" {
# path = "/tmp/proxmox-image/${local.dump_name}"
path = var.image
file_name = local.dump_name
# FIXME compute and pass hash (so identical builds don't trigger drift)
# checksum = "sha256"
}
}