You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document on the provider landing page the minimum version required of Coder compatible with each provider release and warn/fail if it doesn't match.
---# generated by https://github.com/hashicorp/terraform-plugin-docspage_title: "coderd Provider"subcategory: ""description: |----# coderd Provider~> **Warning**
Compatible with Coder version [2.14.0](https://github.com/coder/coder/releases/tag/v2.14.0) and above only.
## Example Usage```terraformprovider "coderd" { # example configuration here}
Schema
Optional
default_organization_id (String) Default organization ID to use when creating resources. Defaults to the first organization the token has access to.
token (String) API token for communicating with the deployment. Most resource types require elevated permissions. Defaults to $CODER_SESSION_TOKEN.
url (String) URL to the Coder deployment. Defaults to $CODER_URL.
</details>
The text was updated successfully, but these errors were encountered:
We should document on the provider landing page the minimum version required of Coder compatible with each provider release and warn/fail if it doesn't match.

Preview generated at https://registry.terraform.io/tools/doc-preview with following markdown,
Code
Schema
Optional
default_organization_id
(String) Default organization ID to use when creating resources. Defaults to the first organization the token has access to.token
(String) API token for communicating with the deployment. Most resource types require elevated permissions. Defaults to$CODER_SESSION_TOKEN
.url
(String) URL to the Coder deployment. Defaults to$CODER_URL
.The text was updated successfully, but these errors were encountered: