-
Notifications
You must be signed in to change notification settings - Fork 22
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
Coder Terraform Provider v1.0 Docs #217
Comments
A candidate to further improve the docs here: |
Yes we should mention the minimum required coder version on the main page of provider docs for each release. For example when we publish version 1.0.3 of the provider, we should mention as a warning block on main page that Important This provider version requires Coder version 2.11.0 or above. Or we can move the warning to only the resources that are affected. Like for Important This provider version requires Coder version 2.7.0 or above. |
Before realizing 1.0, we should do migration #180. Otherwise, it will stay a debt. |
coder/envbuilder#174 (comment) a good idea to add a new |
|
@matifali I understand the motivation here, but do not want to block If this unblocks feature development today, we can discuss. For posterity
|
@stirby Sure, let's do that in v2.0, then. |
I am re-opening since we need to cut the |
Customers have requested that we promote our terraform provider to
v1.0
. The product is quite stable and, of course, is used in every one of our customers' deployments.To show that this is no longer breaking, we should promote the release versioning to
v1.X.X
; before we do so, the docs should meetv1.0
standards. As I mentioned, we don't get many stability requests, but there are often requests for elaboration on the provider's behavior. There are a few resources/data sources that are missing code examples, or may be enriched via context.Docs checklist for v1.0
coder_env
coder_script
Startup script implicationsLink to discussion on execution ordering (frequently requested)coder_external_auth
coder_parameter
coder_parameter
(like this)icon
Optional: Link to discussion on coder_parameter extensioncoder_provisioner
coder_workspace
Optional: Expand code examplescoder_workspace_owner
[ ] Remove deprecated resources/data sources #250The text was updated successfully, but these errors were encountered: