DeviaVir / terraform-provider-gsuite

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

Add gsuite_user_attributes resource #138

Closed tomaspinho closed 4 years ago

tomaspinho commented 4 years ago

This PR adds the gsuite_user_attributes resource, which allows managing a user's custom attributes in custom schemas without having to manage the user itself. Useful when user provisioning is done outside of Terraform.

tomaspinho commented 4 years ago

Hey @DeviaVir! Thanks for the provider and for approving this. Anything you need from me before merging?

DeviaVir commented 4 years ago

Hi @tomaspinho, thank you for contributing! I think everything looks good, I will be cutting a new version with these changes very soon.

DeviaVir commented 4 years ago

Included in https://github.com/DeviaVir/terraform-provider-gsuite/releases/tag/v0.1.45 - thanks again :partying_face: