File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ output "databricks_deployment_name" {
3838 value = module. databricks_workspace . databricks_deployment_name
3939}
4040
41+ /*
4142output "pat_token" {
4243 description = "databricks pat"
4344 value = module.databricks_workspace.pat_token
@@ -47,3 +48,4 @@ output "pat_token_duration" {
4748 description = "databricks pat"
4849 value = module.databricks_workspace.pat_token_duration
4950}
51+ */
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ output "workspace_url" {
7373 value = databricks_mws_workspaces. this
7474}
7575
76+ /*
7677output "pat_token" {
7778 description = "databricks pat"
7879 value = databricks_token.pat.id
@@ -82,3 +83,4 @@ output "pat_token_duration" {
8283 description = "databricks pat"
8384 value = databricks_token.pat.lifetime_seconds
8485}
86+ */
Original file line number Diff line number Diff line change 22 https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/token
33*/
44resource "databricks_token" "pat" {
5- provider = databricks. created_workspace
6- comment = " Terraform managed: ${ var . teamid } -${ var . prjid } "
5+ provider = databricks. created_workspace
6+ comment = " Terraform managed: ${ var . teamid } -${ var . prjid } "
77 lifetime_seconds = 86400
88}
9-
You can’t perform that action at this time.
0 commit comments