You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 comments along the lines of "+1", "me too" or "any updates", 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 and review the contribution guide to help.
│ Error: Too many entity_mapping blocks
│ No more than 5 "entity_mapping" blocks are allowed
Expected Behaviour
Terraform should allow up to 10 entity_mapping blocks. According to Microsoft, "you can define up to ten entity mappings in a single analytics rule", and that can be done successfully for example via the Azure Web UI.
Is there an existing issue for this?
Community Note
Terraform Version
1.7.5
AzureRM Provider Version
4.6.0
Affected Resource(s)/Data Source(s)
azurerm_sentinel_alert_rule_scheduled
Terraform Configuration Files
Debug Output/Panic Output
│ Error: Too many entity_mapping blocks │ No more than 5 "entity_mapping" blocks are allowed
Expected Behaviour
Terraform should allow up to 10 entity_mapping blocks. According to Microsoft, "you can define up to ten entity mappings in a single analytics rule", and that can be done successfully for example via the Azure Web UI.
https://learn.microsoft.com/en-us/azure/sentinel/map-data-fields-to-entities?tabs=azure
Actual Behaviour
When adding more than 5 entity_mapping blocks, Terraform fails to create the resource and throws an error.
Steps to Reproduce
terraform validate
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: