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:
parent
77c03be41e
commit
83fcb223be
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user