Skip to content

Commit

Permalink
fix: resource block name missing (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee authored Jul 3, 2024
1 parent a9e4f96 commit 0c43eeb
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 @@ -51,7 +51,7 @@ data "databricks_user" "tfe_service_principal" {
user_name = var.tfe_service_principal_name
}

resource "databricks_mws_permission_assignment" {
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
permissions = ["ADMIN"]
Expand Down

0 comments on commit 0c43eeb

Please sign in to comment.