Skip to content

Commit

Permalink
Merge pull request #628 from terraform-routeros/vaerh/issue622
Browse files Browse the repository at this point in the history
fix(ip_dhcp_relay): Field 'dhcp_server_vrf' not found in the schema
  • Loading branch information
vaerh authored Dec 30, 2024
2 parents 097fe07 + f2f12b0 commit ab91531
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
Expand Up @@ -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,
Expand Down

0 comments on commit ab91531

Please sign in to comment.