-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: update organizations.md for Terraform provider support #21300
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
base: main
Are you sure you want to change the base?
Conversation
Noticed https://coder.com/docs/tutorials/best-practices/organizations#managing-organizations-at-scale linked to a github issue that has since been closed. This cleans up the docs page to make it clear the functionality has since been added. coder/terraform-provider-coderd#39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../reference/api/templates.md#update-template-metadata-by-id Status: 404 Cannot find section: #update-template-metadata-by-id in file: /home/runner/work/coder/coder/docs/reference/api/templates.md.
| [through the API](../../reference/api/templates.md#update-template-metadata-by-id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems unrelated to the changes in this PR.
|
|
||
| - Issue | ||
| [coder/terraform-provider-coderd#39](https://github.com/coder/terraform-provider-coderd/issues/39) | ||
| Support for managing Organizations via the coderd Terrafom provider was introduced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think anyone really cares about the release numbers here. it's documentation, people are here to see how it should be used and what they can do! we could add a code example, link to the docs on the terraform registry, etc. there are definitely better ways to use this space than to link to a list of github releases imo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed the version information and provided a link to the docs which has usage examples. Don't think it's worth duplicating code examples into separate docs as at some point in future we will just end up with out of date information, which is the original problem this PR is trying to solve.
Updated the documentation to suggest using the coderd Terraform provider for managing organizations at scale and provided links for further resources and feature requests.
aslilac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much better, thank you!
Noticed https://coder.com/docs/tutorials/best-practices/organizations#managing-organizations-at-scale linked to a github issue that has since been closed. This cleans up the docs page to make it clear the functionality has since been added.