DeviaVir / terraform-provider-gsuite

A @HashiCorp Terraform provider for managing G Suite resources.
MIT License
271 stars 77 forks source link

New Resource: `gsuite_user_alias` #184

Open tgoodsell-tempus opened 3 years ago

tgoodsell-tempus commented 3 years ago

This creates a standalone resource for user alias management. Primarily used for situations like ours where we want to set an alias on a gsuite account but do not want to have the whole thing managed by Terraform.

There's not much in the way of acceptance tests and such setup in this repo, let me know how you want this "certified", I'm able to provide apply evidence from a locally built provider.