You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/iam-v2/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ variable "workspace_url" {
4
4
nullable=false
5
5
}
6
6
7
-
variable"external_groups" {
7
+
variable"groups" {
8
8
description="A map of external groups to assign to the Databricks workspace. To assign a group from Microsoft Entra ID, the external ID should match the Microsoft Entra group object ID."
9
9
type=map(object({
10
10
external_id =string
@@ -17,7 +17,7 @@ variable "external_groups" {
17
17
default={}
18
18
}
19
19
20
-
variable"external_service_principals" {
20
+
variable"service_principals" {
21
21
description="A map of external service principals to assign to the Databricks workspace. To assign a service principal from Microsoft Entra ID, the external ID should match the Microsoft Entra service principal object ID."
0 commit comments