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_ip_neighbor_discovery_settings: Multiple fields not found in schema (introduced in 7.15) #491

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

Comments

@durandguru
Copy link
Contributor

Describe the bug

│ Warning: Field 'lldp_mac_phy_config' not found in the schema

│ with module.terraform-module-mikrotik.routeros_ip_neighbor_discovery_settings.nds,
│ on .terraform\modules\terraform-module-mikrotik\ip_neighbor_discovery_settings.tf line 1, in resource "routeros_ip_neighbor_discovery_settings" "nds":
│ 1: resource "routeros_ip_neighbor_discovery_settings" "nds" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'lldp_mac_phy_config': 'false' ◁


│ Warning: Field 'lldp_max_frame_size' not found in the schema

│ with module.terraform-module-mikrotik.routeros_ip_neighbor_discovery_settings.nds,
│ on .terraform\modules\terraform-module-mikrotik\ip_neighbor_discovery_settings.tf line 1, in resource "routeros_ip_neighbor_discovery_settings" "nds":
│ 1: resource "routeros_ip_neighbor_discovery_settings" "nds" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'lldp_max_frame_size': 'false' ◁


│ Warning: Field 'lldp_poe_power' not found in the schema

│ with module.terraform-module-mikrotik.routeros_ip_neighbor_discovery_settings.nds,
│ on .terraform\modules\terraform-module-mikrotik\ip_neighbor_discovery_settings.tf line 1, in resource "routeros_ip_neighbor_discovery_settings" "nds":
│ 1: resource "routeros_ip_neighbor_discovery_settings" "nds" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'lldp_poe_power': 'true' ◁

@durandguru durandguru added the bug Something isn't working label Jun 10, 2024
vaerh added a commit that referenced this issue Jun 27, 2024
@vaerh vaerh closed this as completed in 7f44443 Jun 27, 2024
@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

No branches or pull requests

2 participants