- Notifications
You must be signed in to change notification settings - Fork22
Closed
Description
Provider docs at registry.coder.com do not mention the deprecation of parameters.
For example, multiple fields ofdata.coder_workspace
were deprecated inv0.23.0
, but the docs athttps://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.