From 0ba3f7e9fd8619904fb5ae17cd1d237451524189 Mon Sep 17 00:00:00 2001 From: Rowan Smith Date: Sun, 21 Dec 2025 06:07:31 +1100 Subject: [PATCH] chore: update organizations.md for Terraform provider support (#21300) --- 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 7228f8a300..512cb92a97 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) +We suggest using the coderd Terraform provider to manage organizations at scale. +Documentation and examples for the Organization and Group Sync resources is available +at https://registry.terraform.io/providers/coder/coderd/latest/docs. Feature requests +for additional functionality can be created at https://github.com/coder/terraform-provider-coderd/issues.