terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
190 stars 54 forks source link

routeros_ip_dns: Field 'vrf' not found in the schema (introduced in 7.15) #490

Closed durandguru closed 3 months ago

durandguru commented 3 months ago

Describe the bug Warning: Field 'vrf' not found in the schema │ │ with module.terraform-module-mikrotik.routeros_ip_dns.dns-server, │ on .terraform\modules\terraform-module-mikrotik\general-ip-dns.tf line 1, in resource "routeros_ip_dns" "dns-server": │ 1: resource "routeros_ip_dns" "dns-server" { │ │ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'vrf': 'main' ◁

vaerh commented 3 months 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: