terraform-routeros / terraform-provider-routeros

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

expose upnp #412

Closed rpoovey closed 5 months ago

rpoovey commented 6 months ago

Describe the solution you'd like Is there any plan to expose ip/upnp to Terraform provider? In writing the config for my home router this is the first thing I've stumbled upon that isnt exposed.

[admin@MikroTik] > ip/upnp/export
# apr/04/2024 00:48:13 by RouterOS 7.8
# software id = GJYP-LMM3
#
# model = RB5009UG+S+
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=ether1 type=external
add interface=bridge type=internal
vaerh commented 6 months ago

Please be patient. I haven't had time to work between ticket closings lately ))))

vaerh commented 5 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: