From 703ba13a576299261daac5d076e82b81f1b2d6a5 Mon Sep 17 00:00:00 2001 From: Rowan Smith Date: Wed, 17 Dec 2025 10:06:06 +1100 Subject: [PATCH 1/2] chore: update organizations.md for Terraform provider support 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. https://github.com/coder/terraform-provider-coderd/issues/39 --- docs/tutorials/best-practices/organizations.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/tutorials/best-practices/organizations.md b/docs/tutorials/best-practices/organizations.md index 7228f8a3006aa..f78d664857936 100644 --- a/docs/tutorials/best-practices/organizations.md +++ b/docs/tutorials/best-practices/organizations.md @@ -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 +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. From 8d821022a5bd16a4140f66244f18712fe3e5b835 Mon Sep 17 00:00:00 2001 From: Rowan Smith Date: Wed, 17 Dec 2025 10:09:57 +1100 Subject: [PATCH 2/2] remove space --- docs/tutorials/best-practices/organizations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/best-practices/organizations.md b/docs/tutorials/best-practices/organizations.md index f78d664857936..cd0abaffe5b4c 100644 --- a/docs/tutorials/best-practices/organizations.md +++ b/docs/tutorials/best-practices/organizations.md @@ -127,6 +127,6 @@ cumbersome, especially if you want to "seed" organizations with provisioners and starter templates. Support for managing Organizations via the coderd Terrafom provider was introduced -with the v0.0.8 release. Additional organization management functionality has been +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.