Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 1.64 KB

File metadata and controls

36 lines (20 loc) · 1.64 KB

Module has moved

See NEW MODULE for the official Hashicorp provider googleworkspace here: strg-at/terraform-googleworkspace-user-group-management

Hashicorp has released terraform-provider-googleworkspace as official provider for GWorkspace user/group management. Therefore this module will not be maintained anymore.


Dynamic User- and Group Management for Google Workspace with Terraform

IAC Implementation for User- and Group Management in Google Workspace (formerly GSuite)

How to use this module

This repo has the following folder structure:

  • modules: This folder contains a set of modules for maintaining Users and Groups in Google Workspace.
  • examples: This folder shows examples on how to use this module with different data sources as well as an example for a data source and authentication with the Google API.

Google Cloud Service account

To maintain the Google Workspace ressources a Service account is needed. See example-gsuite-authentication on how to provide credentials to Terraform.

How do I contribute to this module?

Contributions are very welcome! Please create a Pull Request.

How is this module versioned?

This module uses Semantic Versioning.

License

This code is released under the MIT License. Please see LICENSE for more details.

Authors