diff --git a/proxmox/resource_lxc.go b/proxmox/resource_lxc.go index 56693581..955a6c4f 100644 --- a/proxmox/resource_lxc.go +++ b/proxmox/resource_lxc.go @@ -256,7 +256,7 @@ func resourceLxc() *schema.Resource { Optional: true, }, "mtu": { - Type: schema.TypeString, + Type: schema.TypeInt, Optional: true, }, "rate": {