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_interface_list_member and - Warning: Field not found #122

Closed
durandguru opened this issue Feb 22, 2023 · 1 comment · Fixed by #128
Closed

routeros_interface_list_member and - Warning: Field not found #122

durandguru opened this issue Feb 22, 2023 · 1 comment · Fixed by #128
Assignees
Labels
bug Something isn't working released

Comments

@durandguru
Copy link
Contributor

Describe the bug
{"@Level":"warn","@message":"Warning: Field not found","@module":"terraform.ui","@timestamp":"2023-02-22T13:23:45.741356+01:00","diagnostic":{"severity":"warning","summary":"Field not found","detail":"[MikrotikResourceDataToTerraform] The field was lost during the Schema development: disabled \u003c\u003c\u003c= false","address":"routeros_interface_list_member.list-lan-vlan10","range":{"filename":"vlan-10-management.tf","start":{"line":38,"column":61,"byte":1057},"end":{"line":38,"column":62,"byte":1058}},"snippet":{"context":"resource "routeros_interface_list_member" "list-lan-vlan10"","code":"resource "routeros_interface_list_member" "list-lan-vlan10" {","start_line":38,"highlight_start_offset":60,"highlight_end_offset":61,"values":[]}},"type":"diagnostic"}

{"@Level":"warn","@message":"Warning: Field not found","@module":"terraform.ui","@timestamp":"2023-02-22T13:23:45.771013+01:00","diagnostic":{"severity":"warning","summary":"Field not found","detail":"[MikrotikResourceDataToTerraform] The field was lost during the Schema development: dynamic \u003c\u003c\u003c= false","address":"routeros_interface_list_member.list-lan-wireguard-rw","range":{"filename":"wireguard-rw.tf","start":{"line":12,"column":67,"byte":381},"end":{"line":12,"column":68,"byte":382}},"snippet":{"context":"resource "routeros_interface_list_member" "list-lan-wireguard-rw"","code":"resource "routeros_interface_list_member" "list-lan-wireguard-rw" {","start_line":12,"highlight_start_offset":66,"highlight_end_offset":67,"values":[]}},"type":"diagnostic"}

To Reproduce
resource "routeros_interface_list" "lan" {
name = "LAN"
}

resource "routeros_interface_list_member" "list-lan-vlan10" {
interface = routeros_vlan.vlan-10.name
list = routeros_interface_list.lan.name
}

Expected behavior
A clear and concise description of what you expected to happen.

Stack Trace
If applicable, add the stack trace the crash produced.

Additional context
Add any other context about the problem here.

@durandguru durandguru added the bug Something isn't working label Feb 22, 2023
@gfenn-newbury gfenn-newbury self-assigned this Feb 22, 2023
gfenn-newbury added a commit that referenced this issue Feb 22, 2023
fix(#122): Add missing fields to interface list member
@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.13 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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
2 participants