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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -240,11 +240,11 @@ Before opening a Pull Request, please do the following:
240
240
| <aname="input_can_delete_rgs_in_scopes"></a> [can\_delete\_rgs\_in\_scopes](#input\_can\_delete\_rgs\_in\_scopes)| The scopes to which Service Principal delete resource group permission is assigned to. Only relevant when `replicator_rg_enabled`. List of subscription scopes of form `/subscriptions/<subscriptionId>`. |`list(string)`|`[]`| no |
241
241
| <aname="input_create_passwords"></a> [create\_passwords](#input\_create\_passwords)| Create passwords for service principals. |`bool`|`true`| no |
| <aname="input_metering_assignment_scopes"></a> [metering\_assignment\_scopes](#input\_metering\_assignment\_scopes)| Names or UUIDs of the Management Groups that kraken should collect costs for. |`list(string)`|n/a|yes|
243
+
| <aname="input_metering_assignment_scopes"></a> [metering\_assignment\_scopes](#input\_metering\_assignment\_scopes)| Names or UUIDs of the Management Groups that kraken should collect costs for. |`list(string)`|`[]`|no|
244
244
| <aname="input_metering_enabled"></a> [metering\_enabled](#input\_metering\_enabled)| Whether to create Metering Service Principal or not. |`bool`|`true`| no |
245
245
| <aname="input_metering_service_principal_name"></a> [metering\_service\_principal\_name](#input\_metering\_service\_principal\_name)| Service principal for collecting cost data. Kraken ist the name of the meshStack component. Name must be unique per Entra ID. |`string`|`"kraken"`| no |
246
-
| <aname="input_replicator_assignment_scopes"></a> [replicator\_assignment\_scopes](#input\_replicator\_assignment\_scopes)| Names or UUIDs of the Management Groups which replicator should manage. |`list(string)`|n/a|yes|
247
-
| <aname="input_replicator_custom_role_scope"></a> [replicator\_custom\_role\_scope](#input\_replicator\_custom\_role\_scope)| Name or UUID of the Management Group of the replicator custom role definition. The custom role definition must be available for all assignment scopes. |`string`|n/a|yes|
246
+
| <aname="input_replicator_assignment_scopes"></a> [replicator\_assignment\_scopes](#input\_replicator\_assignment\_scopes)| Names or UUIDs of the Management Groups which replicator should manage. |`list(string)`|`[]`|no|
247
+
| <aname="input_replicator_custom_role_scope"></a> [replicator\_custom\_role\_scope](#input\_replicator\_custom\_role\_scope)| Name or UUID of the Management Group of the replicator custom role definition. The custom role definition must be available for all assignment scopes. |`string`|`null`|no|
248
248
| <aname="input_replicator_enabled"></a> [replicator\_enabled](#input\_replicator\_enabled)| Whether to create replicator Service Principal or not. |`bool`|`true`| no |
249
249
| <aname="input_replicator_rg_enabled"></a> [replicator\_rg\_enabled](#input\_replicator\_rg\_enabled)| Whether the created replicator Service Principal should be usable for Azure Resource Group based replication. Implicitly enables replicator\_enabled if set to true. |`bool`|`false`| no |
250
250
| <aname="input_replicator_service_principal_name"></a> [replicator\_service\_principal\_name](#input\_replicator\_service\_principal\_name)| Service principal for managing subscriptions. Replicator is the name of the meshStack component. Name must be unique per Entra ID. |`string`|`"replicator"`| no |
description="Name or UUID of the Management Group of the replicator custom role definition. The custom role definition must be available for all assignment scopes."
10
+
default=null
10
11
}
11
12
12
13
variable"replicator_assignment_scopes" {
13
14
type=list(string)
14
15
description="Names or UUIDs of the Management Groups which replicator should manage."
0 commit comments