terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
191 stars 56 forks source link

Manage Route Filters #330

Closed the-maldridge closed 9 months ago

the-maldridge commented 9 months ago

Is your feature request related to a problem? Please describe.

Currently its possible to manage BGP connections and templates via terraform, but not route filters. This makes it difficult to actually manage a bgp landscape on a routeros platform with this provider.

Describe the solution you'd like I'd like a new resource for managing route filters.

Additional context Confusingly it looks like the existing BGP resources take the identifiers of filter chains, but no way to specify those chains from terraform.

vaerh commented 9 months ago

Do you need to implement all of the options in this resource?

the-maldridge commented 9 months ago

I guess my thought would be to have a resource per type. I really only need filter rules, so a routeros_routing_filter_rule would probably be sufficient.

vaerh commented 9 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: