We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5259f commit 689b442Copy full SHA for 689b442
examples/adb-uc/stage_2_getting_first_second_account_admin/main.tf
@@ -8,7 +8,7 @@ resource "databricks_group" "this" {
8
9
resource "databricks_service_principal_role" "sp_account_admin" {
10
service_principal_id = var.long_lasting_spn_id // this is the long living SPN client id
11
- role = "account admin"
+ role = "account_admin"
12
depends_on = [
13
databricks_group.this // force this to run after the group is created
14
]
0 commit comments