jfrog / terraform-provider-xray

Terraform provider to manage JFrog Xray
https://jfrog.com/xray/
Apache License 2.0
149 stars 12 forks source link

GH-101 add import documentation. #102

Closed danielmkn closed 1 year ago

danielmkn commented 1 year ago

All documentation updates should be done through templates modifications, if the .md file is updated directly, the changes will be lost when make doc is running.

danielmkn commented 1 year ago

Not sure if it will be a good fit for us. I'll try, I'm curious how Import section will look like.

danielmkn commented 1 year ago

We can't have only one generic template. Each of them needs unique parts.

danielmkn commented 1 year ago

Some context here, terraform-plugin-docs doesn't support setting subcategories from the code. So it was decided to have one template per resource for now.