Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data collection rule are missing from module outputs #1171

Closed
eehret opened this issue Oct 22, 2024 · 1 comment · Fixed by #1201
Closed

Data collection rule are missing from module outputs #1171

eehret opened this issue Oct 22, 2024 · 1 comment · Fixed by #1201

Comments

@eehret
Copy link

eehret commented Oct 22, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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: #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

@eehret
Copy link
Author

eehret commented Oct 30, 2024

UPDATE: I just noticed that the same seems to be true for the user-assigned managed identity that is created for Azure Monitor Agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant