terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
165 stars 46 forks source link

routeros_ip_neighbor_discovery_settings: Multiple fields not found in schema (introduced in 7.15) #491

Closed durandguru closed 1 week ago

durandguru commented 3 weeks ago

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' ◁

vaerh commented 1 week ago

:tada: This issue has been resolved in version 1.54.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: