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,