-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5131156
commit 256dcbb
Showing
9 changed files
with
206 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# routeros_system_led (Resource) | ||
|
||
|
||
## Example Usage | ||
```terraform | ||
resource "routeros_system_led" "sfp1" { | ||
interface = "sfp1" | ||
leds = ["sfp-led"] | ||
type = "interface-activity" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `disabled` (Boolean) | ||
- `interface` (String) An option to set the interface to which the LED is connected. | ||
- `leds` (List of String) An option to set the LED name. | ||
- `modem_signal_treshold` (Number) An option to set the signal strength threshold for the modem LED. | ||
- `type` (String) An option to set the LED type. | ||
|
||
### Read-Only | ||
|
||
- `default` (Boolean) | ||
- `id` (String) The ID of this resource. | ||
|
||
## Import | ||
Import is supported using the following syntax: | ||
```shell | ||
#The ID can be found via API or the terminal | ||
#The command for the terminal is -> :put [/system/leds get [print show-ids]] | ||
terraform import routeros_system_led.sfp1 '*1' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# routeros_system_led_settings (Resource) | ||
|
||
|
||
## Example Usage | ||
```terraform | ||
resource "routeros_system_led_settings" "settings" { | ||
all_leds_off = "immediate" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `all_leds_off` (String) An option to set when all LEDs should be turned off. Possible values: `after-1h`, `after-1min`, `immediate`, `never`. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
## Import | ||
Import is supported using the following syntax: | ||
```shell | ||
terraform import routeros_system_led_settings.settings . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# routeros_system_routerboard_button_mode (Resource) | ||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `enabled` (Boolean) An option to enable the operation of the button. | ||
- `hold_time` (String) An option to define the period within which the button should be pressed. | ||
- `on_event` (String) An option to set the script that will be run upon pressing the button. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# routeros_system_routerboard_button_reset (Resource) | ||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `enabled` (Boolean) An option to enable the operation of the button. | ||
- `hold_time` (String) An option to define the period within which the button should be pressed. | ||
- `on_event` (String) An option to set the script that will be run upon pressing the button. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# routeros_system_routerboard_button_wps (Resource) | ||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `enabled` (Boolean) An option to enable the operation of the button. | ||
- `hold_time` (String) An option to define the period within which the button should be pressed. | ||
- `on_event` (String) An option to set the script that will be run upon pressing the button. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# routeros_system_routerboard_settings (Resource) | ||
|
||
|
||
## Example Usage | ||
```terraform | ||
resource "routeros_system_routerboard_settings" "settings" { | ||
auto_upgrade = false | ||
silent_boot = true | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `auto_upgrade` (Boolean) An option to enable firmware upgrade automatically after the RouterOS upgrade. | ||
- `baud_rate` (Number) An option to choose the onboard RS232 speed in bits per second. | ||
- `boot_delay` (String) A delay for a keystroke while booting. | ||
- `boot_device` (String) An option to choose the way RouterBOOT loads the operating system. Possible values: `ethernet`, `flash-boot`, `flash-boot-once-then-nand`, `nand-if-fail-then-ethernet`, `nand-only`, `try-ethernet-once-then-nand`. | ||
- `boot_os` (String) An option to choose the booting operating system for CRS3xx series switches. Possible values: `router-os`, `swos`. | ||
- `boot_protocol` (String) Boot protocol to use. Possible values: `bootp`, `dhcp`. | ||
- `cpu_frequency` (String) An option to change the CPU frequency of the device. | ||
- `cpu_mode` (String) An option whether to enter CPU suspend mode in HTL instruction. Possible values: `power-save`, `regular`. | ||
- `enable_jumper_reset` (Boolean) An option to enable reset via the onboard jumper. | ||
- `enter_setup_on` (String) An option to set which key will cause the BIOS to enter configuration mode during boot delay. Possible values: `any-key`, `delete-key`. | ||
- `force_backup_booter` (Boolean) An option to use the backup RouterBOOT. | ||
- `init_delay` (String) An option to set a delay before the USB port is initialized. Used for mPCIe modems with RB9xx series devices only. | ||
- `memory_data_rate` (String) An option to change the memory data rate of the device. Values depend on the model. | ||
- `memory_frequency` (String) An option to change the memory frequency of the device. Values depend on the model. | ||
- `preboot_etherboot` (String) An option to enable preboot `etherboot`, which runs before the regular boot device. | ||
- `preboot_etherboot_server` (String) An option to instruct `preboot-etherboot` to accept only from the specified Netinstall server. | ||
- `protected_routerboot` (String) An option to disable any access to the RouterBOOT configuration settings over a console cable and disables the operation of the reset button to change the boot mode (Netinstall will be disabled). Possible values: `disabled`, `enabled`. | ||
- `reformat_hold_button` (String) An option to enable resetting everything by pressing the button at power-on for longer than the specified time but less than `reformat_hold_button_max.` | ||
- `reformat_hold_button_max` (String) See `reformat_hold_button`. | ||
- `regulatory_domain_ce` (Boolean) An option to enable extra-low TX power for high antenna gain devices. | ||
- `silent_boot` (Boolean) An option to turn off output on the serial console and beeping sounds during booting. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
## Import | ||
Import is supported using the following syntax: | ||
```shell | ||
terraform import routeros_system_routerboard_settings.settings . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# routeros_system_routerboard_usb (Resource) | ||
|
||
|
||
## Example Usage | ||
```terraform | ||
resource "routeros_system_routerboard_usb" "settings" { | ||
type = "auto" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `type` (String) An option to set the type of the USB port. Possible value: `auto`, `mini-PCIe`, `USB-type-A`. | ||
- `usb_mode` (String) An option to set the USB port mode. Possible values: `automatic`, `force-host`. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
## Import | ||
Import is supported using the following syntax: | ||
```shell | ||
terraform import routeros_system_routerboard_usb.settings . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters