- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2025 11:57 PM - edited 08-25-2025 12:03 AM
I am trying to deploy an additional workspace to my AWS Account with terraform, I keep running into this authentication an error message below, I have searched everywhere in my account console and used chatgpt which keep point me to the account console, I am on premium plan , Any hint where can find token to authenticate deploy account my terraform .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 01:45 AM
Hello @samson01
Good day mate!
You can Manage to fix the issue by updating the provider.tf while. You need to create a Service Principle token and add that into your provider.tf file.
reference: https://registry.terraform.io/providers/databricks/databricks/latest/docs#special-configurations-for...
I hope this resolve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 02:40 PM
thanks that works