You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used an experimental ClientOption to implement service account impersonation last year but this has been superseded by the impersonate package.
From godocs:
This option has been replaced by impersonate package: google.golang.org/api/impersonate. Please use the impersonate package instead.
The experimental ClientOption was partially broken in the cloud.google.com/go/* libraries and bigtable resources do use this library in the provider. hashicorp/terraform#28139
The text was updated successfully, but these errors were encountered:
I used an experimental ClientOption to implement service account impersonation last year but this has been superseded by the impersonate package.
From godocs:
This option has been replaced by
impersonate
package:google.golang.org/api/impersonate
. Please use theimpersonate
package instead.The experimental ClientOption was partially broken in the cloud.google.com/go/* libraries and bigtable resources do use this library in the provider. hashicorp/terraform#28139
The text was updated successfully, but these errors were encountered: