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

Expose SMBIOS options #353

Closed
satwell opened this issue May 30, 2023 · 0 comments · Fixed by #454
Closed

Expose SMBIOS options #353

satwell opened this issue May 30, 2023 · 0 comments · Fixed by #454
Labels
✨ enhancement New feature or request

Comments

@satwell
Copy link

satwell commented May 30, 2023

Is your feature request related to a problem? Please describe.
I'd like to control a VM's SMBIOS settings through Terraform. These are available as smbios1 in the PVE API.

The SMBIOS settings are useful for plumbing metadata and config information through to a VM. In particular, cloud-init allows you to specify a network metadata source for NoCloud using the SMBIOS serial number. This can be more flexible in some situations than using PVE's built-in cloud-init support.

Describe the solution you'd like
An smbios_settings block in the proxmox_virtual_environment_vm resource that controls the VM's SMBIOS settings.

Describe alternatives you've considered
None.

Additional context
It looks like there's already some initial code for this in vm_types.go, but it doesn't look like it's available in the resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant