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/meshcloud-replicator-service-principal/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ variable "assignment_scopes" {
13
13
description="The scopes to which Service Principal permissions is assigned to. List of management group id of form `/providers/Microsoft.Management/managementGroups/<mgmtGroupId>/`."
14
14
}
15
15
16
+
variable"can_cancel_subscriptions_in_scopes" {
17
+
type=list(string)
18
+
description="The scopes to which Service Principal cancel subscription permission is assigned to. List of management group id of form `/providers/Microsoft.Management/managementGroups/<mgmtGroupId>/`."
19
+
default=[]
20
+
}
21
+
16
22
variable"additional_required_resource_accesses" {
17
23
type=list(object({ resource_app_id =string, resource_accesses =list(object({ id =string, type =string })) }))
description="Names or UUIDs of the Management Groups which replicator should manage."
15
15
}
16
16
17
+
variable"can_cancel_subscriptions_in_scopes" {
18
+
type=list(string)
19
+
description="The scopes to which Service Principal cancel subscription permission is assigned to. List of management group id of form `/providers/Microsoft.Management/managementGroups/<mgmtGroupId>/`."
0 commit comments