ddelnano / terraform-provider-mikrotik

MIT License
130 stars 28 forks source link

Migrate provider documentation to tfplugindocs auto-generation #82

Closed maksym-nazarenko closed 2 years ago

maksym-nazarenko commented 2 years ago

In order to use tfplugindocs to generate provider docs, all resources must have description field and exmaple/import file.

This issue will track all available resources and transition progress. Once all of them are done, //go:generate... directive will be introduced to close this issue.

maksym-nazarenko commented 2 years ago

@ddelnano all pending PRs were rebased. Please, take a look when you have time

ddelnano commented 2 years ago

All the PRs are merged, so I think this is complete 🎉. Please close if you agree and really appreciate your work to standardize on the official documentation tool!

maksym-nazarenko commented 2 years ago

All the preparation work is done to actually do an auto generation in CI (will be a separate task) thank you @ddelnano for quick reviews and suggestions 👍