mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-25 12:55:41 +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
|
||||
disk {
|
||||
datastore_id = "local-lvm"
|
||||
mount_options = ["discard"]
|
||||
size = 4
|
||||
}
|
||||
mount_point {
|
||||
|
Loading…
Reference in New Issue
Block a user