Skip to content

Commit

Permalink
fix(system_logging): Bugfix in routeros_system_logging
Browse files Browse the repository at this point in the history
Fixes #515
  • Loading branch information
vaerh committed Jul 31, 2024
1 parent 01e4c11 commit aa1d376
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions routeros/resource_system_logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ func ResourceSystemLogging() *schema.Resource {
MetaResourcePath: PropResourcePath("/system/logging"),
MetaId: PropId(Id),
"action": {
Type: schema.TypeString,
Required: true,
Description: "specifies one of the system default actions or user specified action listed in actions menu",
ValidateFunc: validation.StringInSlice([]string{"disk", "echo", "memory", "remote"}, false),
Type: schema.TypeString,
Required: true,
Description: "specifies one of the system default actions or user specified action listed in actions menu",
},
"default": {
Type: schema.TypeString,
Expand Down

0 comments on commit aa1d376

Please sign in to comment.