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
* Improve `aws-workspace-basic` example
* Update README
* Pass all variables
* Remove deprecated argument to `databricks_mws_credentials`
* don't set default value for prefix
Copy file name to clipboardExpand all lines: examples/aws-workspace-basic/README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,7 @@ This template provides an example of a simple deployment of AWS Databricks E2 wo
13
13
1. Reference this module using one of the different [module source types](https://developer.hashicorp.com/terraform/language/modules/sources)
14
14
2. Add a `variables.tf` with the same content in [variables.tf](variables.tf)
15
15
3. Add a `terraform.tfvars` file and provide values to each defined variable
16
-
4. Configure the following environment variables:
17
-
* TF_VAR_databricks_account_client_id, set to the value of application ID of your Databricks account-level service principal with admin permission.
18
-
* TF_VAR_databricks_account_client_secret, set to the value of the client secret for your Databricks account-level service principal.
19
-
* 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.
16
+
4. Configure authentication to the Databricks Account (i.e., via Databricks CLI profiles or service principal).
20
17
5. Add a `output.tf` file.
21
18
6. (Optional) Configure your [remote backend](https://developer.hashicorp.com/terraform/language/settings/backends/s3)
22
19
7. Run `terraform init` to initialize terraform and get provider ready.
0 commit comments