azurerm_monitor_alert_processing_rule_suppression missing monitor_condition in atLeastOneOf #19318
Closed
1 task done
Labels
Milestone
Is there an existing issue for this?
Community Note
Terraform Version
1.3.2
AzureRM Provider Version
3.31.0
Affected Resource(s)/Data Source(s)
azurerm_monitor_alert_processing_rule_suppression
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Specifying condition monitor_condition should be enough.
I need to e.g. add severity block
severity {
operator = "Equals"
values = ["Sev1"]
}
for the error to disappear.
See
terraform-provider-azurerm/internal/services/monitor/alert_processing_rule.go
Lines 103 to 107 in 9269780
monitor_condition entry is missing for this entry and the other ones also.
Actual Behaviour
See Output
Steps to Reproduce
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: