Disable default values?
Opened this issue · 1 comments
miberecz commented
I'm not sure if this is the right place to ask, or is it even possible, but:
Would there be a way NOT to take the default values provided by the Terraform provider?
We are using this Pulumi provider with Go, and redefine some of the defaults to fit our environment, but not all, an those interfere with our code eventually.
For example:
Lets have a VM template we want to clone. The template already has some disks. If I do not define the disks, the default size would apply (8G) which is lower then what's already in the template, thus Proxmox fails that it cannot shrink a disk.
This can be done with the GUI: one can just clone a template VM with only providing a name for the new VM.
muhlba91 commented