googleworkspace_org_unit (Resource)

OrgUnit resource manages Google Workspace OrgUnits. Org Unit resides under the https://www.googleapis.com/auth/admin.directory.orgunit client scope.

Example Usage

resource "googleworkspace_org_unit" "org" {
  name                 = "dunder-mifflin"
  description          = "paper company"
  parent_org_unit_path = "/"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

terraform import googleworkspace_org_unit.org "id:01ab2c3d4efg56h"