rm ubuntu

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-13 14:28:43 +02:00
parent 6464cf61ec
commit 40fad454a7
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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" { resource "proxmox_virtual_environment_vm" "nix_vm" {
lifecycle { lifecycle {
# wait, would this not disseminate any changes to this property, # wait, would this not disseminate any changes to this property,