Skip to content

Commit

Permalink
fix(ip_dhcp_relay): Field 'dhcp_server_vrf' not found in the schema
Browse files Browse the repository at this point in the history
Fixes #622
vaerh committed Dec 30, 2024
1 parent 1e0e347 commit f2f12b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routeros/resource_ip_dhcp_relay.go
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ func ResourceDhcpRelay() *schema.Resource {
Required: true,
Description: "List of DHCP servers' IP addresses which should the DHCP requests be forwarded to.",
},
"dhcp_server_vrf": PropVrfRw,
"interface": {
Type: schema.TypeString,
Required: true,

0 comments on commit f2f12b0

Please sign in to comment.