We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource "routeros_ip_firewall_nat" "rule" { action = "masquerade" chain = "srcnat" out_interface = "ether1" }
from DOC
**Options
2024-04-20T23:36:23.426+0200 [DEBUG] provider.terraform-provider-routeros_v1.46.0: request body: /ip/firewall/nat/add =out-interface=ether1 =address-list-timeout=none-dynamic =action=masquerade =disabled=no =chain=srcnat =log=no: tf_req_id=e282d604-42cf-0f68-eb8c-709640a62288 tf_rpc=Configure @caller=github.com/terraform-routeros/terraform-provider-routeros/routeros/log.go:27 @module=routeros tf_provider_addr=terraform-routeros/routeros timestamp=2024-04-20T23:36:23.426+0200
The text was updated successfully, but these errors were encountered:
Thanks, fixed!
Sorry, something went wrong.
fix(nat): [Backward compatibility] resource "routeros_ip_firewall_nat"
ee8f992
Fixes #431
🎉 This issue has been resolved in version 1.46.1 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
from DOC
**Options
and
not needed because incompatible**
The text was updated successfully, but these errors were encountered: