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

Support for data collection rule association #17831

Closed
1 task done
StephenCleary opened this issue Aug 1, 2022 · 3 comments · Fixed by #17948
Closed
1 task done

Support for data collection rule association #17831

StephenCleary opened this issue Aug 1, 2022 · 3 comments · Fixed by #17948

Comments

@StephenCleary
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

Description

azurerm_monitor_data_collection_rule was added in 3.15 (I think), but the DCRs are not really useful without associating them with a resource/scope. I'd like to see support for Microsoft.Insights/dataCollectionRuleAssociations@2021-04-01.

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

azurerm_monitor_data_collection_rule_association

Potential Terraform Configuration

# (I think?)

resource "azurerm_monitor_data_collection_rule_association" "example" {
  name = ""
  description = ""
  scope = ""
  data_collection_rule_id = ""
}

References

No response

@teowa
Copy link
Contributor

teowa commented Aug 3, 2022

Hi @StephenCleary , thanks for open this issue. After this azurerm_monitor_data_collection_endpoint PR #17684 is merged, I am going to submit PR for azurerm_monitor_data_collection_associationwhich I believe will coming in near future.

@teowa
Copy link
Contributor

teowa commented Aug 10, 2022

Hi @StephenCleary , the azurerm_monitor_data_collection_association PR #17948 has been submitted.

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants