0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-25 21:05:40 +00:00

Add mount_options to a test

Signed-off-by: maidl0ver <maidlover@disroot.org>
Signed-off-by: maidlover <117573165+maidl0ver@users.noreply.github.com>
This commit is contained in:
maidlover 2025-07-28 19:49:17 +00:00
parent 77c03be41e
commit 83fcb223be

View File

@ -71,6 +71,7 @@ func TestAccResourceContainer(t *testing.T) {
unprivileged = true unprivileged = true
disk { disk {
datastore_id = "local-lvm" datastore_id = "local-lvm"
mount_options = ["discard"]
size = 4 size = 4
} }
mount_point { mount_point {