Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

d5b4ace · Aug 9, 2024

History

History
32 lines (21 loc) · 1.29 KB

File metadata and controls

32 lines (21 loc) · 1.29 KB
page_title subcategory description
coderd_group Resource - terraform-provider-coderd
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. Creating groups requires an Enterprise license.

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. Creating groups requires an Enterprise license.

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 by Terraform.
  • 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.