Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable default values? #129

Open
miberecz opened this issue Sep 15, 2023 · 1 comment
Open

Disable default values? #129

miberecz opened this issue Sep 15, 2023 · 1 comment
Labels
potential-upstream-issue The issue is potentially upstream wontfix This will not be worked on

Comments

@miberecz
Copy link

miberecz commented Sep 15, 2023

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
Copy link
Owner

thanks for your input. unfortunately, this is how Pulumi (bridge) works - it takes the defaults from the underlying Terraform provider.

i see this as a more generic input for the Pulumi team. the right place will be either Pulumi directly, or the bridge used for Terraform providers.

@muhlba91 muhlba91 added the wontfix This will not be worked on label Sep 16, 2023
@muhlba91 muhlba91 added the potential-upstream-issue The issue is potentially upstream label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential-upstream-issue The issue is potentially upstream wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants