From d01d60f68c241ffba7f67ee6df57006ae056959a Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Sun, 29 Sep 2019 19:49:47 +0200 Subject: [PATCH] change gw to string --- proxmox/resource_lxc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox/resource_lxc.go b/proxmox/resource_lxc.go index 2be6037..db48d3c 100644 --- a/proxmox/resource_lxc.go +++ b/proxmox/resource_lxc.go @@ -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": {