Skip to content

Commit

Permalink
chore: make default_route_distance required with add_default_route
Browse files Browse the repository at this point in the history
  • Loading branch information
heuels committed Jan 3, 2025
1 parent 219153c commit 7a2ec1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routeros/resource_interface_sstp_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func ResourceInterfaceSSTPClient() *schema.Resource {
Optional: true,
Description: "Sets distance value applied to auto created default route, if add-default-route is also selected.",
DiffSuppressFunc: AlwaysPresentNotUserProvided,
RequiredWith: []string{"add_default_route"},
},
"mrru": {
Type: schema.TypeString,
Expand Down

0 comments on commit 7a2ec1b

Please sign in to comment.