Azure / terraform-azurerm-avm-ptn-alz-management

AVM Terraform Pattern Module for ALZ Management.
https://registry.terraform.io/modules/Azure/avm-ptn-alz-management/azurerm/latest
MIT License
3 stars 2 forks source link

Add Data Collection Rules and Managed Identity to support AMA #56

Closed jaredfholgate closed 2 weeks ago

jaredfholgate commented 1 month ago

Is there an existing issue for this?

Description

Per the recent additions to the CAF module, we need data collection rules and a user assigned managed identity to support AMA in vNext.

New or Affected Resource(s)/Data Source(s)

azapi_resource

Potential Terraform Configuration

resource "azapi_resource" "data_collection_rule" {
  for_each                  = local.azurerm_monitor_data_collection_rule_management
  name                      = each.value.template.name
  parent_id                 = each.value.template.parent_id
  type                      = each.value.template.type
  location                  = each.value.template.location
  tags                      = each.value.template.tags
  schema_validation_enabled = each.value.template.schema_validation_enabled
  body                      = each.value.template.body

  depends_on = [azurerm_log_analytics_workspace.management]
}

References

No response

microsoft-github-policy-service[bot] commented 1 month ago

[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!

[!TIP] For additional guidance on how to triage this issue/PR, see the TF Issue Triage documentation.

microsoft-github-policy-service[bot] commented 2 weeks ago

[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.

[!TIP]

  • To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
  • To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!