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

routeros_interface_bridge_port: multiple fields missing in schema (introduced in 7.15) #492

Closed
durandguru opened this issue Jun 10, 2024 · 1 comment · Fixed by #497
Closed
Labels
bug Something isn't working released

Comments

@durandguru
Copy link
Contributor

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)

@durandguru durandguru added the bug Something isn't working label Jun 10, 2024
ksmets added a commit to ksmets/terraform-provider-routeros that referenced this issue Jun 19, 2024
ksmets added a commit to ksmets/terraform-provider-routeros that referenced this issue Jun 19, 2024
vaerh pushed a commit that referenced this issue Jun 27, 2024
…#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
@vaerh
Copy link
Collaborator

vaerh commented Jun 27, 2024

🎉 This issue has been resolved in version 1.54.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Jun 27, 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