Skip to content
Snippets Groups Projects
Verified Commit eb885320 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

modules/node/main: Ignore "clone" property update

Related to T2747
parent 13b33926
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,9 @@ resource "proxmox_vm_qemu" "node" {
lifecycle {
ignore_changes = [
bootdisk,
scsihw,
target_node
scsihw,
target_node,
clone
]
}
}
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T2747 is now infra/sysadm-environment#2747
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment