Skip to content

Commit 689b442

Browse files
Fix role reference in example code (#39)
1 parent 5b5259f commit 689b442

File tree

1 file changed

+1
-1
lines changed
  • examples/adb-uc/stage_2_getting_first_second_account_admin

1 file changed

+1
-1
lines changed

examples/adb-uc/stage_2_getting_first_second_account_admin/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "databricks_group" "this" {
88

99
resource "databricks_service_principal_role" "sp_account_admin" {
1010
service_principal_id = var.long_lasting_spn_id // this is the long living SPN client id
11-
role = "account admin"
11+
role = "account_admin"
1212
depends_on = [
1313
databricks_group.this // force this to run after the group is created
1414
]

0 commit comments

Comments
 (0)