You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# routeros_firewall_filter.allow-internal-routing[0] will be updated in-place
~ resource "routeros_firewall_filter" "allow-internal-routing" {
~ action = "reject" -> "accept"
id = "*32"
# (12 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
routeros_firewall_filter.allow-internal-routing[0]: Modifying... [id=*32]
╷
│ Error: PATCH 'https://127.0.0.1:8443/rest/ip/firewall/filter/*32' returned response code: 400, message: 'Bad Request', details: 'unknown parameter place-before'
│
│ with routeros_firewall_filter.allow-internal-routing[0],
│ on firewall-filter-forward.tf line 23, in resource "routeros_firewall_filter" "allow-internal-routing":
│ 23: resource "routeros_firewall_filter" "allow-internal-routing" {
│
╵
Describe the bug
When running terraform apply
To Reproduce
Before:
After:
Expected behavior
New configuration applied successfully.
The text was updated successfully, but these errors were encountered: