change gw to string

This commit is contained in:
Andreas Gruhler 2019-09-29 19:49:47 +02:00
parent 23e407d44c
commit d01d60f68c

View File

@ -177,11 +177,11 @@ func resourceLxc() *schema.Resource {
Optional: true, Optional: true,
}, },
"gw": { "gw": {
Type: schema.TypeBool, Type: schema.TypeString,
Optional: true, Optional: true,
}, },
"gw6": { "gw6": {
Type: schema.TypeBool, Type: schema.TypeString,
Optional: true, Optional: true,
}, },
"hwaddr": { "hwaddr": {