From 764d480e0c54272f07bb89a946833435c163c75d Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Mon, 23 Dec 2019 17:32:27 -0500 Subject: [PATCH] Change hwaddr type to string --- proxmox/resource_lxc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/resource_lxc.go b/proxmox/resource_lxc.go index 82e70d64..38b8b3d7 100644 --- a/proxmox/resource_lxc.go +++ b/proxmox/resource_lxc.go @@ -177,7 +177,7 @@ func resourceLxc() *schema.Resource { Optional: true, }, "hwaddr": { - Type: schema.TypeBool, + Type: schema.TypeString, Optional: true, }, "ip": {