Open ze42 opened 1 month ago
LXC can be configured with mountoptions like noatime, nodev, noexec
noatime
nodev
noexec
I configured a VM with mountoptions=noatime via proxmox web interfaces.
mountoptions=noatime
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:
This may be a duplicate of #523
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:
It would be nice to: