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: terraform/azure-devops/create-service-connection/variables.tf
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,10 @@ variable azdo_project_name {
15
15
type=string
16
16
}
17
17
18
-
variableazure_scope {
19
-
default=null
20
-
description="The Azure scope to assign access to"
21
-
type=string
22
-
}
23
-
24
-
variableazure_role {
25
-
default="Contributor"
26
-
description="The Azure RBAC role to assign to the service connection's identity"
27
-
nullable=false
28
-
type=string
29
-
}
30
-
31
18
variableazure_role_assignments {
32
19
default=[]
33
-
description="Additional role assignments to create for the service connection's identity"
34
-
nullable=true
20
+
description="Role assignments to create for the service connection's identity. If this is empty, the Contributor role will be assigned on the azurerm provider subscription."
0 commit comments