Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/tutorials/best-practices/organizations.md

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)

Copy link
Contributor Author

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.

Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ Using ClickOps to onboard new organizations, set quotas, and SSO sync can be
cumbersome, especially if you want to "seed" organizations with provisioners and
starter templates.

Support for managing Organizations via the coderd Terrafom provider is planned
so that this can be done declaratively and bulk updates to things like templates
and quotas can be performed easily:

- 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
Copy link
Member

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

with the v0.0.8 release. Additional organization management functionality has been
added with subsequent releases, see [https://github.com/coder/terraform-provider-coderd/releases](https://github.com/coder/terraform-provider-coderd/releases)
for release information.
Loading