coder / terraform-provider-coder

Home Page:https://coder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code example not consumed in docs generation

stirby opened this issue · comments

All of our resources and data sources should have code examples. While some are missing entirely, coder_parameter has an example which does not appear in the documentation.

Possibly an issue with the tfplugindocs generation call.

coder_parameter is the only resource or data source with an example that doesn't propagate to the docs.

Pathing issue, not a problem with Docs generation. I'll fix this.

coder_workspace_tags also subject.

Interestingly, they are the only examples prefixed with:

provider "coder" {}

...