terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
208 stars 60 forks source link

Missing option /radius service=dot1x (and also ipsec) #440

Closed tofkamp closed 6 months ago

tofkamp commented 6 months ago

Describe the bug In the documentation there is no option for radius service dot1x. Also ipsec service option is missing. I did not test it with a terraform file.

To Reproduce type the following in a terminal on mikrotik (physical?) device: /radius add service= (press TAB)

Expected behavior Both options are available.

Additional context Screenshot 2024-05-02 155559 Page with explanation how to set dot1x up: https://help.mikrotik.com/docs/display/ROS/Dot1X Halfway you can find the example command.

vaerh commented 6 months ago

Thank you! I have corrected the parameter description. The documentation will be updated after the next release. In any case you can use the current version of the provider, as there is no validation of the value for the current parameter.

vaerh commented 6 months ago

:tada: This issue has been resolved in version 1.47.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: