Search results

  1. Z

    Linked Templates/Clones

    I am actually crawling through the code now to get that information and how the module produces this data. Here is the code base that interacts with the API but i don't know if its the only part of the code that interacts with it...
  2. Z

    Linked Templates/Clones

    That is unfortunate. In my case i am using ZFS and don't see the underlying disk as a clones of anything. Which i would expect as i do full clones -- so i need a way to reconcile the terraform state since the normal sync doesn't seem to work at least the way i expect it to. Obviously this is not...
  3. Z

    Linked Templates/Clones

    Sorry if I was not clear -- the terraform module pulls data from the proxmox api and the api is returning that the vm was not created with a template. Is there somewhere in the template or the vm I can see what relationships I have between templates and vm's ? Sorry for poor formatting on my phone
  4. Z

    Linked Templates/Clones

    I managed proxmox via terraform. It just so happens I lost my local configuration and didn't have this one DC in github. I was recreating the state file and the configuration and when i import the resource i see that the the provider at least thinks this isn't a clone "clone": null...