This makes bridging the role assignment gaps (due to the previously discussed issue here: https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/issues/439) more difficult since I cannot easily target just the DCR for the role assignment scope. I'll have to work around this issue in the meantime by instead doing the role assignment on the Management resource group scope.
Community Note
Versions
terraform: 1.8.5
azure provider: 3.113.0
module: 6.1.0
Description
Describe the bug
The new Data Collection Rule resources (DCRs) that were added as part of the transition to Azure Monitor are missing from the module outputs, in https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/blob/main/outputs.tf
This makes bridging the role assignment gaps (due to the previously discussed issue here: https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/issues/439) more difficult since I cannot easily target just the DCR for the role assignment scope. I'll have to work around this issue in the meantime by instead doing the role assignment on the Management resource group scope.
Steps to Reproduce
n/a
Screenshots
Additional context