Skip to content

Commit 8c46197

Browse files
authored
Remove lifecycle for image (#11)
* Upgrade provider and remove old doc section * Upgrade provider and auto-create a VM for lb * Remove lifecycle
1 parent 8b62a5f commit 8c46197

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/proxy/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ resource "proxmox_virtual_environment_download_file" "ubuntu_cloud_image" {
4848
datastore_id = "local"
4949
node_name = var.TARGET_NODE
5050
url = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
51-
52-
lifecycle {
53-
prevent_destroy = true
54-
}
5551
}
5652

5753
resource "proxmox_virtual_environment_vm" "node" {

0 commit comments

Comments
 (0)