This repository contains Terraform code to manage Google Workspace Admin and GitHub Organization.
This folder is currently empty and not documented. To do project.
This folder contains Terraform code to manage Google Workspace Admin, create accounts from local variables, associate them with email groups, and manage shared drives.
- Terraform installed on your machine
- Google Service Account Configured
- Google Workspace Admin API
- Necessary permissions
# Initialize the Terraform project
terraform init -upgrade
# Plan the changes
terraform plan
# Apply the changes
terraform apply
terraform import 'googleworkspace_domain.domains["alunos.codaqui.dev"]' alunos.codaqui.dev
terraform import 'googleworkspace_user.users["[email protected]"]' [email protected]