Skip to content

Commit 6925902

Browse files
authored
chore: mention v2.32.0 as coder version with workspace sharing GA (#301)
1 parent 064e64e commit 6925902

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/resources/organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resource "coderd_organization" "blueberry" {
6262
- `icon` (String)
6363
- `org_sync_idp_groups` (Set of String) Claims from the IdP provider that will give users access to this organization.
6464
- `role_sync` (Block, Optional) Role sync settings to sync organization roles from an IdP. (see [below for nested schema](#nestedblock--role_sync))
65-
- `workspace_sharing` (String) Workspace sharing setting for the organization. Valid values are `everyone` and `none`.
65+
- `workspace_sharing` (String) Workspace sharing setting for the organization. Valid values are `everyone` and `none`. Requires a Coder Deployment running v2.32.0 or later.
6666

6767
### Read-Only
6868

internal/provider/organization_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ This resource is only compatible with Coder version [2.16.0](https://github.com/
141141
},
142142
"workspace_sharing": schema.StringAttribute{
143143
MarkdownDescription: "Workspace sharing setting for the organization. " +
144-
"Valid values are `everyone` and `none`.",
144+
"Valid values are `everyone` and `none`. Requires a Coder Deployment running v2.32.0 or later.",
145145
Optional: true,
146146
Computed: true,
147147
Validators: []validator.String{

0 commit comments

Comments
 (0)