Azure Billing
Source code & Installation
The source code of this kit module can be found here
Run the following command to install the kit module:
collie kit import azure/billing
1
Microsoft Cost Management is a suite of tools that help organizations monitor, allocate, and optimize the cost of their Microsoft Cloud workloads. Cost Management is available to anyone with access to a billing or resource management scope. The availability includes anyone from the cloud finance team with access to the billing account. And, to DevOps teams managing resources in subscriptions and resource groups. Together, Cost Management and Billing are your gateway to the Microsoft Commerce system that’s available to everyone throughout the journey.
Requirements
Name | Version |
---|---|
terraform | >= 1.0 |
azuread | ~> 2.41.0 |
azurerm | ~> 3.71.0 |
Modules
No modules.
Resources
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
billing_admin_group | the name of the cloud foundation billing admin group | string | "cloudfoundation-billing-admins" | no |
billing_reader_group | the name of the cloud foundation billing reader group | string | "cloudfoundation-billing-readers" | no |
budget_amount | amount of the budget | number | 100 | no |
budget_name | the name of the budget alert | string | "cloudfoundation_budget" | no |
budget_time_period | the time period of the budget alert | list(object({ | [ | no |
contact_mails | The email address of the contact person for the cost alert | list(string) | [ | no |
scope | id of the tenant management group | string | n/a | yes |
Outputs
Name | Description |
---|---|
billing_admins_azuread_group_id | n/a |
billing_readers_azuread_group_id | n/a |
documentation_md | n/a |