Skip to content

Case Study Adding Consumption Budgets

GlennChia edited this page Jul 7, 2021 · 1 revision

This section uses a case study of adding a resource called azurerm_consumption_budget_resource_group to the repo. The typical workflow is broken down into various parts and each is elaborated on in their respective links

  1. Deploy the resource in the Azure Portal
  2. Identify the resource in the Terraform Registry
  3. Start with the required attributes
  4. Continue with the optional attributes
  5. Implement other resources that are related
  6. Add the azurecaf_name
  7. Add the examples to the CI
  8. Document the example
Clone this wiki locally