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
│ Warning: Field 'mvrp_applicant_state' not found in the schema
│
│ with module.terraform-module-mikrotik.routeros_interface_bridge_port.bridgeport["ether2"],
│ on .terraform\modules\terraform-module-mikrotik\network-port-settings.tf line 1, in resource "routeros_interface_bridge_port" "bridgeport":
│ 1: resource "routeros_interface_bridge_port" "bridgeport" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'mvrp_applicant_state': 'normal-participant' ◁
│
│ (and 5 more similar warnings elsewhere)
╵
╷
│ Warning: Field 'mvrp_registrar_state' not found in the schema
│
│ with module.terraform-module-mikrotik.routeros_interface_bridge_port.bridgeport["ether2"],
│ on .terraform\modules\terraform-module-mikrotik\network-port-settings.tf line 1, in resource "routeros_interface_bridge_port" "bridgeport":
│ 1: resource "routeros_interface_bridge_port" "bridgeport" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'mvrp_registrar_state': 'normal' ◁
│
│ (and 5 more similar warnings elsewhere)
The text was updated successfully, but these errors were encountered:
…#497)
* feat(mvrp): Support Multiple VLAN Registration protocol (MVRP).
Closes#492 and #493.
* feat(mvrp): fix typo
* feat(mvrp): add DiffSuppressFunc and remove defaults to fix tests when using RouterOS < 7.15
* feat(mvrp): add DiffSuppressFunc and remove defaults to fix tests when using RouterOS < 7.15
Describe the bug
│ Warning: Field 'mvrp_applicant_state' not found in the schema
│
│ with module.terraform-module-mikrotik.routeros_interface_bridge_port.bridgeport["ether2"],
│ on .terraform\modules\terraform-module-mikrotik\network-port-settings.tf line 1, in resource "routeros_interface_bridge_port" "bridgeport":
│ 1: resource "routeros_interface_bridge_port" "bridgeport" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'mvrp_applicant_state': 'normal-participant' ◁
│
│ (and 5 more similar warnings elsewhere)
╵
╷
│ Warning: Field 'mvrp_registrar_state' not found in the schema
│
│ with module.terraform-module-mikrotik.routeros_interface_bridge_port.bridgeport["ether2"],
│ on .terraform\modules\terraform-module-mikrotik\network-port-settings.tf line 1, in resource "routeros_interface_bridge_port" "bridgeport":
│ 1: resource "routeros_interface_bridge_port" "bridgeport" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'mvrp_registrar_state': 'normal' ◁
│
│ (and 5 more similar warnings elsewhere)
The text was updated successfully, but these errors were encountered: