-
Notifications
You must be signed in to change notification settings - Fork 64
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
Field 'comment' not found in the schema #213
Comments
Even comment in code suggests it should be for devs only ;) terraform-provider-routeros/routeros/mikrotik_serialize.go Lines 508 to 515 in c7d9264
[edit: bad lines in link] |
And that means the comments work :) My respect to you for finding them! |
vaerh
added a commit
that referenced
this issue
May 17, 2023
vaerh
added a commit
that referenced
this issue
May 17, 2023
* fix: Field 'comment' not found in the schema Fixes #213 * test: Fix broken tests
🎉 This issue has been resolved in version 1.9.1 🎉 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
Describe the bug
Both
routeros_ip_addresses
androuteros_ip_routes
data resources cannot parse comment field.To Reproduce
Just use them, but make sure any of IP addresses has a comment.
Expected behavior
Comment field is returned in schema (or silently ignored).
Additional context
The message that pops up:
This issue raises another story / bug. Whenever new fields are added to API, Terraform will report it not found in the schema with WARNING log-level. This is fine for provider developer or debugging however I found this annoying as provider user. I suggest reduce visibility of this message or to provide a way to silence it down.
The text was updated successfully, but these errors were encountered: