Open snair2611 opened 3 months ago
We cannot add external users (users from other cloud identity) to the groups created using this module. This can be fixed by adding the below resource block
resource "googleworkspace_group_settings" "rbac_group_settings" {\ email = <> allow_external_members = true primary_language = <> depends_on = [google_cloud_identity_group.<>] }
The above resource block requires "googleworkspace" provider block.
No response
TL;DR
We cannot add external users (users from other cloud identity) to the groups created using this module. This can be fixed by adding the below resource block
Terraform Resources
Detailed design
Additional information
No response