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
Describe the bug
When an IP route is disabled via winbox the following message appear:
│ Warning: Field 'disabled' not found in the schema
│
│ with routeros_ip_route.route-nl-event,
│ on wireguard-s2s-event.tf line 8, in resource "routeros_ip_route" "route-nl-event":
│ 8: resource "routeros_ip_route" "route-nl-event" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'disabled': 'true' ◁
Describe the bug
When an IP route is disabled via winbox the following message appear:
│ Warning: Field 'disabled' not found in the schema
│
│ with routeros_ip_route.route-nl-event,
│ on wireguard-s2s-event.tf line 8, in resource "routeros_ip_route" "route-nl-event":
│ 8: resource "routeros_ip_route" "route-nl-event" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'disabled': 'true' ◁
To Reproduce
resource "routeros_ip_route" "route-1" {
dst_address = "172.22.5.0/24"
gateway = "10.255.255.110"
comment = "Route to test"
distance = "1"
}
Disable in Winbox
Expected behavior
Able to also create an route and enable/disable it in code
The text was updated successfully, but these errors were encountered: