Merge pull request #92 from in0rdr/fix/net_gw

Change net.gw to string
This commit is contained in:
Grant Gongaware 2019-09-29 14:40:55 -07:00 committed by GitHub
commit bf7b3cdf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": {