You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The new firmware of mikrotik changed something with sfp's. It is important to upgrade the "current firmware" of a routerboard system.
It took two days to figure out why a switch had some issues, while others are working fine.
I forgot to add the routeros_system_routerboard_settings auto-upgrade=true terraform resource.
In the output of a terraform run, I output the "upgrade-firmware", architect and modelnr of every switch.
If I had a way to report the /system/routerboard properties, I had noticed it directly.
Describe the solution you'd like
Have a datasource about /system/routerboard
I get the warning:
│ Warning: Field 'revision' not found in the schema
│
│ with module.mikrotik_xxxx.data.routeros_system_routerboard.data,
│ on mikrotik\main.tf line 347, in data "routeros_system_routerboard" "data":
│ 347: data "routeros_system_routerboard" "data" {}
│
│ [MikrotikResourceDataToTerraformDatasource] the field was lost during the Schema development: ▷ 'revision': 'r2' ◁
│
│ (and 11 more similar warnings elsewhere)
Is your feature request related to a problem? Please describe.
The new firmware of mikrotik changed something with sfp's. It is important to upgrade the "current firmware" of a routerboard system.
It took two days to figure out why a switch had some issues, while others are working fine.
I forgot to add the routeros_system_routerboard_settings auto-upgrade=true terraform resource.
In the output of a terraform run, I output the "upgrade-firmware", architect and modelnr of every switch.
If I had a way to report the /system/routerboard properties, I had noticed it directly.
Describe the solution you'd like
Have a datasource about /system/routerboard
Documentation
https://help.mikrotik.com/docs/spaces/ROS/pages/40992878/RouterBOARD
Additional context
The text was updated successfully, but these errors were encountered: