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_dns - new fields in 7.8 #169

Closed
durandguru opened this issue Mar 23, 2023 · 3 comments · Fixed by #170
Closed

routeros_ip_dns - new fields in 7.8 #169

durandguru opened this issue Mar 23, 2023 · 3 comments · Fixed by #170
Assignees
Labels
bug Something isn't working released

Comments

@durandguru
Copy link
Contributor

Describe the bug
In RouterOS 7.8 there are new fields on the dns server settings. Those fields are not visible in Winbox. Errors below.

To Reproduce
Run for example the following setting
resource "routeros_ip_dns" "dns-server" {
allow_remote_requests = true
servers = "2606:4700:4700::1112,1.1.1.2,2606:4700:4700::1002,1.0.0.2"
}
Next plan warning messages about fields missing.

Errors

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

│ with routeros_ip_dns.dns-server,
│ on general.tf line 5, in resource "routeros_dns" "dns-server":
│ 5: resource "routeros_ip_dns" "dns-server" {

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


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

│ with routeros_ip_dns.dns-server,
│ on general.tf line 5, in resource "routeros_dns" "dns-server":
│ 5: resource "routeros_ip_dns" "dns-server" {

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


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

│ with routeros_ip_dns.dns-server,
│ on general.tf line 5, in resource "routeros_dns" "dns-server":
│ 5: resource "routeros_ip_dns" "dns-server" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'doh_timeout': '5s' ◁

@durandguru durandguru added the bug Something isn't working label Mar 23, 2023
@vaerh vaerh self-assigned this Mar 23, 2023
vaerh added a commit that referenced this issue Mar 23, 2023
@vaerh
Copy link
Collaborator

vaerh commented Mar 23, 2023

I have prepared the fixes, please check it after the release.

vaerh added a commit that referenced this issue Mar 23, 2023
@gfenn-newbury
Copy link
Collaborator

🎉 This issue has been resolved in version 1.1.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@durandguru
Copy link
Contributor Author

Works! Thanks.

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.

3 participants