pulumi-proxmoxve icon indicating copy to clipboard operation
pulumi-proxmoxve copied to clipboard

Disable default values?

Open miberecz opened this issue 1 year ago • 1 comments

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.

miberecz avatar Sep 15 '23 12:09 miberecz