Skip to content

Commit

Permalink
fix(firewall-raw): Fix resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed May 28, 2024
1 parent b3dae0a commit e956f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func Provider() *schema.Provider {
"routeros_ip_firewall_filter": ResourceIPFirewallFilter(),
"routeros_ip_firewall_mangle": ResourceIPFirewallMangle(),
"routeros_ip_firewall_nat": ResourceIPFirewallNat(),
"routeros_firewall_raw": ResourceIPFirewallRaw(),
"routeros_ip_firewall_raw": ResourceIPFirewallRaw(),
"routeros_ip_address": ResourceIPAddress(),
"routeros_ip_pool": ResourceIPPool(),
"routeros_ip_route": ResourceIPRoute(),
Expand Down

0 comments on commit e956f9f

Please sign in to comment.