Skip to content

Commit

Permalink
Merge pull request Telmate#92 from in0rdr/fix/net_gw
Browse files Browse the repository at this point in the history
Change net.gw to string
  • Loading branch information
ggongaware committed Sep 29, 2019
2 parents 23e407d + d01d60f commit bf7b3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxmox/resource_lxc.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ func resourceLxc() *schema.Resource {
Optional: true,
},
"gw": {
Type: schema.TypeBool,
Type: schema.TypeString,
Optional: true,
},
"gw6": {
Type: schema.TypeBool,
Type: schema.TypeString,
Optional: true,
},
"hwaddr": {
Expand Down

0 comments on commit bf7b3cd

Please sign in to comment.