browningluke / terraform-provider-opnsense

OPNsense Terraform Provider
https://registry.terraform.io/providers/browningluke/opnsense/latest
MIT License
57 stars 12 forks source link

Fix firewall filter/nat not accepting aliases #47

Closed browningluke closed 9 months ago

browningluke commented 9 months ago

The existing validators for the source & destination blocks in the os-firewall plugin did not allow for aliases to be entered. These changes remedy that. Ref #44

This PR also bumps the API version to v0.9.1, which fixes the reconfigure response issue for os-wireguard. Ref #46