- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 07:08 AM
Hi @Debayan Mukherjee
following the document I was able to create workspace and add some infrastructure in the workspace. Issue I face now is when running terraform destroy. Then I get following error:
╷
│ Error: cannot read user: cannot configure google-workspace auth: could not obtain OIDC token. impersonate: an audience must be provided Running 'gcloud auth application-default login' may help. Attributes used: google_credentials, google_service_account. Please check https://registry.terraform.io/providers/databricks/databricks/latest/docs#authentication for details
│
│ with databricks_user.me,
│ on main.tf line 70, in resource "databricks_user" "me":
│ 70: resource "databricks_user" "me" {
│
When the error occurs I am still logged in GCP using gcloud auth application-default login. Any hint what could be the reason for that ?
thanks
Horatiu