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

Nov 12, 2024
16d10e7 · Nov 12, 2024

History

History
39 lines (25 loc) · 765 Bytes

organization.md

File metadata and controls

39 lines (25 loc) · 765 Bytes
page_title subcategory description
coderd_organization Resource - terraform-provider-coderd
An organization on the Coder deployment

coderd_organization (Resource)

An organization on the Coder deployment

Schema

Required

  • name (String) Name of the organization.

Optional

  • description (String)
  • display_name (String) Display name of the organization. Defaults to name.
  • icon (String)

Read-Only

  • id (String) Organization ID

Import

Import is supported using the following syntax:

# Organizations can be imported by their name
terraform import coderd_organization.our_org our_org