We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 402fa29 + e6087c5 commit c941741Copy full SHA for c941741
proxmox/resource_lxc.go
@@ -320,6 +320,26 @@ func resourceLxc() *schema.Resource {
320
Optional: true,
321
Elem: &schema.Resource{
322
Schema: map[string]*schema.Schema{
323
+ "acl": {
324
+ Type: schema.TypeBool,
325
+ Optional: true,
326
+ },
327
+ "quota": {
328
329
330
331
+ "replicate": {
332
333
334
335
+ "ro": {
336
337
338
339
+ "shared": {
340
341
342
343
"storage": {
344
Type: schema.TypeString,
345
ForceNew: true,
0 commit comments