I recently started looking for a Google workspace ...
# general
g
I recently started looking for a Google workspace provider And found this. Does anyone have more details on what the plan with this provider is? @broad-dog-22463 https://github.com/pulumi/pulumi-googleworkspace
👀 1
p
Some time ago I wanted to automate group creation in Google Workspace but realised that there’s no pulumi provider for it. There was some TF provider but it wasn’t migrated and I didn’t have enough time to port it myself: https://registry.terraform.io/providers/hashicorp/googleworkspace/latest/docs If we could have a pulumi provider for it that would be awesome!
l
@prehistoric-activity-61023 I'm working on wrapping another provider at the moment, but when I have some spare time, I might have a look at it. Could you file an issue here to request this? Unless @broad-dog-22463 would tell that Pulumi is planning on supporting this. https://github.com/pulumiverse/.github/issues BTW, Pulumiverse is a community effort which I started (I am not affiliated to Pulumi Corp btw) to bring providers together which are beyond the scope of what Pulumi (the company) can/will support. We do get the support from Pulumi Corp on this though. 😉
b
I don't quite understand the distinction between GCP
cloudidentity
APIs and directly working with Google Workspaces API, but it looks like you can use
cloudidentity
to create some workspace level email groups? https://www.pulumi.com/registry/packages/gcp/api-docs/cloudidentity/group/
118 Views