Skip to content

Commit

Permalink
Merge pull request #117 from GNewbury1/fix/110_typo
Browse files Browse the repository at this point in the history
fix(#110): Typo in hostname field for dhcp lease
  • Loading branch information
gfenn-newbury authored Feb 19, 2023
2 parents 96b265c + 1113a36 commit 012fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_dhcp_server_lease.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 012fb6a

Please sign in to comment.