diff --git a/proxmoxtf/resource/container/container.go b/proxmoxtf/resource/container/container.go index 2ac11707..f8fa86f9 100644 --- a/proxmoxtf/resource/container/container.go +++ b/proxmoxtf/resource/container/container.go @@ -358,8 +358,11 @@ func Container() *schema.Resource { Description: "Extra mount options", Optional: true, Elem: &schema.Schema{ - Type: schema.TypeString, + Type: schema.TypeString, + ValidateFunc: validation.StringIsNotEmpty, }, + DiffSuppressFunc: structure.SuppressIfListsAreEqualIgnoringOrder, + DiffSuppressOnRefresh: true, }, }, },