Skip to content

Commit

Permalink
Merge pull request #134 from acj/hwaddr-as-string
Browse files Browse the repository at this point in the history
lxc: Change hwaddr type to string
  • Loading branch information
ggongaware committed Jan 22, 2020
2 parents 7af54b3 + 764d480 commit e4c1966
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 @@ -177,7 +177,7 @@ func resourceLxc() *schema.Resource {
Optional: true,
},
"hwaddr": {
Type: schema.TypeBool,
Type: schema.TypeString,
Optional: true,
},
"ip": {
Expand Down

0 comments on commit e4c1966

Please sign in to comment.