From 1113a3641e44fed551245415f387f1db34690d52 Mon Sep 17 00:00:00 2001 From: Guy Newbury Date: Sun, 19 Feb 2023 21:08:23 +0000 Subject: [PATCH] fix(#110): Typo in hostname field for dhcp lease --- routeros/resource_ip_dhcp_server_lease.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routeros/resource_ip_dhcp_server_lease.go b/routeros/resource_ip_dhcp_server_lease.go index f24ef9bb..5f7823f9 100644 --- a/routeros/resource_ip_dhcp_server_lease.go +++ b/routeros/resource_ip_dhcp_server_lease.go @@ -108,7 +108,7 @@ func ResourceDhcpServerLease() *schema.Resource { Computed: true, Description: "Time until lease expires.", }, - "hostname": { + "host_name": { Type: schema.TypeString, Optional: true, Description: "The hostname of the device",