Skip to content

Commit a8aceb7

Browse files
committed
🧼
1 parent ca63b7c commit a8aceb7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎docs/resources/organization.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ description: |-
1212

1313
An organization on the Coder deployment.
1414

15-
~> **Warning** This resource is only compatible with Coder version [2.16.0](https://github.com/coder/coder/releases/tag/v2.16.0) and later.
15+
~> **Warning**
16+
This resource is only compatible with Coder version [2.16.0](https://github.com/coder/coder/releases/tag/v2.16.0) and later.
1617

1718
## Example Usage
1819

@@ -45,7 +46,6 @@ resource "coderd_organization" "blueberry" {
4546
```
4647

4748
<!-- schema generated by tfplugindocs -->
48-
4949
## Schema
5050

5151
### Required
@@ -58,15 +58,14 @@ resource "coderd_organization" "blueberry" {
5858
- `display_name` (String) Display name of the organization. Defaults to name.
5959
- `group_sync` (Block, Optional) Group sync settings to sync groups from an IdP. (see [below for nested schema](#nestedblock--group_sync))
6060
- `icon` (String)
61-
- `role_sync` (Block, Optional) Role sync settings to sync organization roles from an IdP. (see [below for nested schema](#nestedblock--role_sync))
6261
- `org_sync_idp_groups` (Set of String) Claims from the IdP provider that will give users access to this organization.
62+
- `role_sync` (Block, Optional) Role sync settings to sync organization roles from an IdP. (see [below for nested schema](#nestedblock--role_sync))
6363

6464
### Read-Only
6565

6666
- `id` (String) Organization ID
6767

6868
<a id="nestedblock--group_sync"></a>
69-
7069
### Nested Schema for `group_sync`
7170

7271
Optional:
@@ -76,8 +75,8 @@ Optional:
7675
- `mapping` (Map of List of String) A map from OIDC group name to Coder group ID.
7776
- `regex_filter` (String) A regular expression that will be used to filter the groups returned by the OIDC provider. Any group not matched will be ignored.
7877

79-
<a id="nestedblock--role_sync"></a>
8078

79+
<a id="nestedblock--role_sync"></a>
8180
### Nested Schema for `role_sync`
8281

8382
Optional:
@@ -94,7 +93,6 @@ Import is supported using the following syntax:
9493
# or the name of the organization.
9594
$ terraform import coderd_organization.our_org our-org
9695
```
97-
9896
Alternatively, in Terraform v1.5.0 and later, an [`import` block](https://developer.hashicorp.com/terraform/language/import) can be used:
9997

10098
```terraform

0 commit comments

Comments
 (0)