Skip to content

Commit abb368a

Browse files
committed
:^)
1 parent 5059b5e commit abb368a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "coderd_organization_sync_settings Resource - terraform-provider-coderd"
4+
subcategory: ""
5+
description: |-
6+
IdP sync settings for organizations.
7+
This resource can only be created once. Attempts to create multiple will fail.
8+
~> Warning
9+
This resource is only compatible with Coder version 2.19.0 https://github.com/coder/coder/releases/tag/v2.19.0 and later.
10+
---
11+
12+
# coderd_organization_sync_settings (Resource)
13+
14+
IdP sync settings for organizations.
15+
16+
This resource can only be created once. Attempts to create multiple will fail.
17+
18+
~> **Warning**
19+
This resource is only compatible with Coder version [2.19.0](https://github.com/coder/coder/releases/tag/v2.19.0) and later.
20+
21+
22+
23+
<!-- schema generated by tfplugindocs -->
24+
## Schema
25+
26+
### Required
27+
28+
- `assign_default` (Boolean) When true, every user will be added to the default organization, regardless of claims.
29+
- `field` (String) The claim field that specifies what organizations a user should be in.
30+
31+
### Optional
32+
33+
- `mapping` (Map of List of String) A map from OIDC group name to Coder organization ID.
34+
35+
### Read-Only
36+
37+
- `id` (String) An arbitrary ID, because Terraform requires that all resources have IDs.

0 commit comments

Comments
 (0)