From 40fad454a7c6641c4f1e7a30bc5ba46bded757ce Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 13 Oct 2025 14:28:43 +0200 Subject: [PATCH] rm ubuntu Signed-off-by: Kiara Grouwstra --- deployment/run/tf-proxmox/main.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/deployment/run/tf-proxmox/main.tf b/deployment/run/tf-proxmox/main.tf index 2553db18..479ad54b 100644 --- a/deployment/run/tf-proxmox/main.tf +++ b/deployment/run/tf-proxmox/main.tf @@ -90,15 +90,6 @@ resource "proxmox_virtual_environment_file" "upload" { } } -# resource "proxmox_virtual_environment_download_file" "latest_ubuntu_22_jammy_qcow2_img" { -# content_type = "import" -# datastore_id = "local" -# node_name = var.node_name -# url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img" -# # need to rename the file to *.qcow2 to indicate the actual file format for import -# file_name = "jammy-server-cloudimg-amd64.qcow2" -# } - resource "proxmox_virtual_environment_vm" "nix_vm" { lifecycle { # wait, would this not disseminate any changes to this property,