terraform-routeros / terraform-provider-routeros

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

Bugfix in routeros_system_logging #515

Closed durandguru closed 4 months ago

durandguru commented 4 months ago

Describe the bug I can create a custom action with routeros_system_logging_action. I cannot use that action in a routeros_system_logging. That expects one of the default actions.

Error: expected action to be one of ["disk" "echo" "memory" "remote"], got test │ │ with module.terraform-module-mikrotik.routeros_system_logging.info, │ on .terraform\modules\terraform-module-mikrotik\routeros-system-logging.tf line 20, in resource "routeros_system_logging" "info": │ 20: action = "test"

To Reproduce Create a routeros_system_logging_action and use that action in a routeros_system_logging

Expected behavior Possible to use an custom action

vaerh commented 4 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: