Telmate / terraform-provider-proxmox

Terraform provider plugin for proxmox
MIT License
2.21k stars 533 forks source link

LXC mountoptions not supported - cannot process #1122

Open ze42 opened 1 month ago

ze42 commented 1 month ago

LXC can be configured with mountoptions like noatime, nodev, noexec

I configured a VM with mountoptions=noatime via proxmox web interfaces.

Planning with terraform then gives me the following error:

│ Error: proxmox provider error: proxmox API returned new parameter 'mountoptions' we cannot process

It would be nice to:

seeker commented 3 days ago

This may be a duplicate of #523