diff --git a/deployment/run/tf-proxmox/main.tf b/deployment/run/tf-proxmox/main.tf index 11f6e4b6..a0d86e57 100644 --- a/deployment/run/tf-proxmox/main.tf +++ b/deployment/run/tf-proxmox/main.tf @@ -36,7 +36,6 @@ data "external" "hash" { program = ["sh", "-c", "echo \"{\\\"hash\\\":\\\"$(nix-hash ../../..)\\\"}\""] } -# FIXME separate # FIXME (un)stream # FIXME handle known-hosts in TF state # FIXME move to host @@ -50,13 +49,6 @@ resource "proxmox_virtual_environment_file" "upload" { # create = "60m" # } - # content_type - (Optional) The content type. If not specified, the content type will be inferred from the file extension. Valid values are: - # backup (allowed extensions: .vzdump, .tar.gz, .tar.xz, tar.zst) - # iso (allowed extensions: .iso, .img) - # snippets (allowed extensions: any) - # import (allowed extensions: .raw, .qcow2, .vmdk) - # vztmpl (allowed extensions: .tar.gz, .tar.xz, tar.zst) - # content_type = "backup" content_type = "import" # https://192.168.51.81:8006/#v1:0:=storage%2Fnode051%2Flocal:4::=contentIso::::: # PVE -> Datacenter -> Storage -> local -> Edit -> General -> Content -> check Import + Disk Images -> OK