-
Notifications
You must be signed in to change notification settings - Fork 20
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
docs missing deprecation notice and migration steps #237
Comments
related #203 |
Looks like you need to specify |
Ok, I researched the issue. It may not be a straightforward solution or, in other words, it could be easier to apply patch The docs generator strongly depends on ... and the schema does not expose the deprecation message. It would be hard/impossible to expose the message via the fork&modify approach, so my recommendation is to implement a script which will run after the hashicorp generator, and "patch" docs:
->
|
Thanks for investigating! I think that's a perfectly valid workaround. |
Provider docs at registry.coder.com do not mention the deprecation of parameters.
For example, multiple fields of
data.coder_workspace
were deprecated inv0.23.0
, but the docs at https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace do not indicate any such information.Additionally, when a resource is deprecated, the message should contain the new resource to be migrated to or a link to some migration guide both in Terraform logs and on the docs page.
The text was updated successfully, but these errors were encountered: