Skip to content

Commit

Permalink
fix: dbx service principal ref (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee authored Jul 3, 2024
1 parent 12c0e88 commit 8929d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks-workspace-e2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ data "databricks_user" "tfe_service_principal" {

resource "databricks_mws_permission_assignment" "tfe_service_principal_admin" {
workspace_id = databricks_mws_workspaces.databricks.workspace_id
principal_id = databricks_user.tfe_service_principal.id
principal_id = data.databricks_user.tfe_service_principal.id
permissions = ["ADMIN"]
}

0 comments on commit 8929d7a

Please sign in to comment.