-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
375a205
commit f555328
Showing
10 changed files
with
645 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "coderd_group Resource - coderd" | ||
subcategory: "" | ||
description: |- | ||
A group on the Coder deployment. If you want to have a group resource with unmanaged members, but still want to read the members in Terraform, use the data.coderd_group data source. | ||
--- | ||
|
||
# coderd_group (Resource) | ||
|
||
A group on the Coder deployment. If you want to have a group resource with unmanaged members, but still want to read the members in Terraform, use the `data.coderd_group` data source. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) The unique name of the group. | ||
|
||
### Optional | ||
|
||
- `avatar_url` (String) The URL of the group's avatar. | ||
- `display_name` (String) The display name of the group. Defaults to the group name. | ||
- `members` (Set of String) Members of the group, by ID. If null, members will not be added or removed. | ||
- `organization_id` (String) The organization ID that the group belongs to. Defaults to the provider default organization ID. | ||
- `quota_allowance` (Number) The number of quota credits to allocate to each user in the group. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Group ID. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.