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
Add a variables.tf with the same content in variables.tf
Add a terraform.tfvars file and provide values to each defined variable
Configure the following environment variables:
TF_VAR_databricks_account_client_id, set to the value of application ID of your Databricks account-level service principal with admin permission.
TF_VAR_databricks_account_client_secret, set to the value of the client secret for your Databricks account-level service principal.
TF_VAR_databricks_account_id, set to the value of the ID of your Databricks account. You can find this value in the corner of your Databricks account console.