Skip to content
New issue

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

[Backward compatibility] resource "routeros_ip_firewall_nat" "rule" { #431

Closed
gudge25 opened this issue Apr 20, 2024 · 2 comments · Fixed by #433
Closed

[Backward compatibility] resource "routeros_ip_firewall_nat" "rule" { #431

gudge25 opened this issue Apr 20, 2024 · 2 comments · Fixed by #433
Labels
bug Something isn't working released

Comments

@gudge25
Copy link

gudge25 commented Apr 20, 2024

resource "routeros_ip_firewall_nat" "rule" {
  action        = "masquerade"
  chain         = "srcnat"
  out_interface = "ether1"
}

from DOC
image

**Options

  • address-list-timeout=none-dynamic.
    and
  • log=no
    not needed because incompatible**
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
@gudge25 gudge25 added the bug Something isn't working label Apr 20, 2024
@vaerh
Copy link
Collaborator

vaerh commented Apr 21, 2024

Thanks, fixed!

@vaerh
Copy link
Collaborator

vaerh commented Apr 21, 2024

🎉 This issue has been resolved in version 1.46.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants