megan07

Results 56 comments of megan07

Closing due to the [more recent change](https://github.com/hashicorp/terraform-provider-google-beta/pull/4678)

@ddexterpark I've found that making `Licensing` a `types.List` in the struct was helpful for me, then as you're dealing with it you can use ``` licensing := Licensing{} l.(types.Object).As(ctx, &licensing,...

I've had a bit more time to play with this. It seems like this is an open issue in the [SDK](https://github.com/hashicorp/terraform-plugin-sdk/issues/142). I'll follow up with them and see if we...

Hi @ken5scal! We were hoping to implement this, however, after looking through the available Google Workspace APIs, I don't see this available. Unfortunately, we're limited to the APIs available by...

@dwilliams782 Are the debug logs you provided a subset of the whole run? This seems to be an eventual consistency issue, and we handle these as best we can. My...

It appears this was GA in February (https://workspaceupdates.googleblog.com/2021/02/security-groups-now-generally-available.html), but interestingly enough, the `labels` attribute is not exposed in on the [admin SDK REST API](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups) but is on the [GCP REST...

Hi @GuillaumeRoss ! Thank you for your interest in this. I'd like to refer you to the comment above, as this isn't available on the Google Workspace API, but is...

@jeffbryner Ah, I think it looks like maybe we need to open in issue in the [google terraform provider repo](https://github.com/hashicorp/terraform-provider-google/issues) that would remove `ForceNew` from the `labels` attribute. If you...

Hi @ismith! I can provide an update here. It is actively being worked on and is the highest priority for this provider at the moment. I'm finding it difficult to...

A quick bump of https://github.com/hashicorp/terraform-provider-googleworkspace/issues/204 for those interested in helping us test this tool. Thanks in advance!