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
resource routeros_ip_dns is missing address_list_extra_time field, resulting in warning:
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
╷
│ Warning: Field 'address_list_extra_time' not found in the schema
│
│ with routeros_ip_dns.dns_settings,
│ on dhcp.tf line 167, in resource "routeros_ip_dns" "dns_settings":
│ 167: resource "routeros_ip_dns" "dns_settings" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'address_list_extra_time': '0s' ◁
I think this problem is due to a field change in the current version of ROS. We leave this query open for now, as I have started to prepare the provider for schema versioning, but this process will be long. #230
Describe the bug
resource routeros_ip_dns is missing
address_list_extra_time
field, resulting in warning:To Reproduce
Apply and re-apply this TF
Expected behavior
No warnings.
Stack Trace
If applicable, add the stack trace the crash produced.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: