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
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