Skip to content

Commit

Permalink
Merge pull request #499 from vmvarga/master
Browse files Browse the repository at this point in the history
Fix MTU type for LXC container
  • Loading branch information
mleone87 authored Feb 15, 2022
2 parents 2870919 + 948830b commit e21ca4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxmox/resource_lxc.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func resourceLxc() *schema.Resource {
Optional: true,
},
"mtu": {
Type: schema.TypeString,
Type: schema.TypeInt,
Optional: true,
},
"rate": {
Expand Down

0 comments on commit e21ca4e

Please sign in to comment.