From 3d0ce5aea23e51bf52cfaabbab25ce70c487dec9 Mon Sep 17 00:00:00 2001 From: Florian Nowarre Date: Mon, 6 Jan 2025 13:12:31 +0100 Subject: [PATCH] chore: pre-commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2246cbd..b784c18 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Before opening a Pull Request, please do the following: | [can\_cancel\_subscriptions\_in\_scopes](#input\_can\_cancel\_subscriptions\_in\_scopes) | The scopes to which Service Principal cancel subscription permission is assigned to. List of management group id of form `/providers/Microsoft.Management/managementGroups//`. | `list(string)` | `[]` | no | | [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/`. | `list(string)` | `[]` | no | | [create\_passwords](#input\_create\_passwords) | Create passwords for service principals. | `bool` | `true` | no | -| [mca](#input\_mca) | n/a |
object({
service_principal_names = list(string)
billing_account_name = string
billing_profile_name = string
invoice_section_name = string
})
| `null` | no | +| [mca](#input\_mca) | n/a |
object({
service_principal_names = list(string)
billing_account_name = string
billing_profile_name = string
invoice_section_name = string
})
| `null` | no | | [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 | | [metering\_enabled](#input\_metering\_enabled) | Whether to create Metering Service Principal or not. | `bool` | `true` | no | | [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 |