Skip to content

Commit

Permalink
fix(no-release): Fix Delete. Not an Systemresource (#342)
Browse files Browse the repository at this point in the history
Fix Delete. Not an Systemresource
  • Loading branch information
durandguru authored Jan 25, 2024
1 parent 9055130 commit e560128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_interface_ethernet_switch_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func ResourceInterfaceEthernetSwitchRule() *schema.Resource {
CreateContext: DefaultCreate(resSchema),
ReadContext: DefaultRead(resSchema),
UpdateContext: DefaultUpdate(resSchema),
DeleteContext: DefaultSystemDelete(resSchema),
DeleteContext: DefaultDelete(resSchema),

Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
Expand Down

0 comments on commit e560128

Please sign in to comment.