Skip to content

Commit 1bc0794

Browse files
feat(vm): increase max disk limit to 31
Signed-off-by: Justas Umbrasas <justas.umbrasas@hostinger.com>
1 parent 6bd60d2 commit 1bc0794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxmoxtf/resource/vm/disk/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func Schema() map[string]*schema.Schema {
271271
},
272272
},
273273
},
274-
MaxItems: 14,
274+
MaxItems: 31,
275275
MinItems: 0,
276276
},
277277
}

0 commit comments

Comments
 (0)