Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Dec 13, 2022
1 parent 500a350 commit db9e4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ resource "routeros_gre" "gre_hq" {

- `ca_certificate` (String) Path to MikroTik's certificate authority file.
- `insecure` (Boolean) Whether to verify the SSL certificate or not.
- `password` (String) Password for the MikroTik user.
- `password` (String, Sensitive) Password for the MikroTik user.
2 changes: 1 addition & 1 deletion docs/resources/dhcp_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- `___id___` (Number) <em>Resource ID type (.id / name). This is an internal service field, setting a value is not required.</em>
- `___path___` (String) <em>Resource path for CRUD operations. This is an internal service field, setting a value is not required.</em>
- `add_default_route` (Boolean) Whether to install default route in routing table received from DHCP server.
- `add_default_route` (String) Whether to install default route in routing table received from DHCP server.
- `comment` (String)
- `default_route_distance` (Number) Distance of default route. Applicable if add-default-route is set to yes.
- `dhcp_options` (String) Options that are sent to the DHCP server.
Expand Down

0 comments on commit db9e4b2

Please sign in to comment.