-
Notifications
You must be signed in to change notification settings - Fork 61
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
Wrong field names in example files #218
Comments
Thank you! |
The documentation will automatically be updated after the release. Please have some patience, I will fix the CI today. |
🎉 This issue has been resolved in version 1.10.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@vaerh Thank you very much 🎉 |
There are many wrong variable names in example files.
For example:
The resource 'routeros_ip_firewall_mangle' requires the 'new_mss' field. But in examples files it is defined as 'new-mss'.
It causes the problems for converting the examples from HCL to another programming languages. Because the symbol '-' can't be used as a variable name.
It is actual when using tfgen for converting the provider for Pulumi use.
The text was updated successfully, but these errors were encountered: