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
well that is strange -- i also see there is an attribute called "full_clone" and it is set to false. Since i know i created these VM's with terraform and I am about 95% sure i did a full clone, i need to verify this is a problem with the provider and not a configuration error on my part. However i do not see a way to show the parent of a VM (if it is a clone) or the childen of a template. Is there a quick way to display this?
Assuming that for some reason I did not create a template -- can i alter a config file or a db entry to tell proxmox this is in fact a full clone so i can reconcile my terraform state?
Code:
"clone": null,
"clone_wait": null,
well that is strange -- i also see there is an attribute called "full_clone" and it is set to false. Since i know i created these VM's with terraform and I am about 95% sure i did a full clone, i need to verify this is a problem with the provider and not a configuration error on my part. However i do not see a way to show the parent of a VM (if it is a clone) or the childen of a template. Is there a quick way to display this?
Assuming that for some reason I did not create a template -- can i alter a config file or a db entry to tell proxmox this is in fact a full clone so i can reconcile my terraform state?