hashicorp / terraform-provider-googleworkspace

Terraform Provider for Google Workspace
https://registry.terraform.io/providers/hashicorp/googleworkspace
Mozilla Public License 2.0
129 stars 58 forks source link

Support for Dynamic Groups #197

Open GuillaumeRoss opened 2 years ago

GuillaumeRoss commented 2 years ago

Hi!

With Dynamic groups being GA - we'd love to be able to use them, but that would require us to be able to automate them properly.

Are there plans to support dynamic groups and their CEL queries in this TF provider?

Thanks

megan07 commented 2 years ago

Hi @GuillaumeRoss ! Similar to the Security Group labels, setting up Dynamic groups does not appear available on the admin SDK REST API, however is available on the Google Cloud REST API. It is not implemented on the Google Terraform provider yet, but could be filed as an issue in the Google Terraform provider repo.

I will continue to leave this issue opened with the upstream label for future reference if it does become available on the Google Workspace API. Thanks!