browningluke / terraform-provider-opnsense

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

Add validators to firewall filter & nat resources #30

Closed browningluke closed 11 months ago

browningluke commented 11 months ago

While the firewall options built into OPNsense handle special characters, the os-firewall plugin only accepts alphanumeric characters, spaces, and periods.

This was the root issue that was happening in https://github.com/browningluke/terraform-provider-opnsense/issues/28#issue-1883771923 (section 1).