Chase

Results 46 comments of Chase

+1 (commenting so I receive updates about this)

That is indeed new per https://github.com/DeviaVir/terraform-provider-gsuite/pull/171

Took a shot at this with this branch, but unfortunately I got stuck with the second impersonate using only an access token: https://github.com/DeviaVir/terraform-provider-gsuite/pull/new/access_token perhaps someone else would like to take...

> @DeviaVir you in the golang slack channel? if so can you dm me @bit_wrangler? Wanna chat this stuff up a little to better understand why we are impersonating user...

Possibly API's changed underneath us, will need to look into this.

What happens if you set it to `""`?

Hmm, I don't see that verification token as part of the golang API we use: https://godoc.org/google.golang.org/api/admin/directory/v1#DomainAlias I did find https://godoc.org/google.golang.org/api/admin/directory/v1#VerificationCode, but that will need to be its own terraform resource...

Hey @morgante, it's unfortunately not really clear to me how to use this with the oauth clients in golang used in this provider. Any suggestions or links? I tried searching...

I believe that would have to happen somewhere here: https://github.com/DeviaVir/terraform-provider-gsuite/blob/master/gsuite/config.go#L49-L100 but at this time I'm unsure of the change that is required to make that work, it'd seem like oauth...

Off-topic: answered this question elsewhere too, but will answer it here as well: the 404's are necessary to have 100% successful applies. Sometimes it takes Gsuite a while before a...