Skip to content

Commit

Permalink
add email subject to ecommerce qeuue enqueue rate alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Ciuffa authored and Gianluca Ciuffa committed Jan 16, 2025
1 parent 639131c commit cf741a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/ecommerce-common/03_storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert" "ecommerce_transient_enqu

action {
action_group = [data.azurerm_monitor_action_group.email.id, data.azurerm_monitor_action_group.slack.id, azurerm_monitor_action_group.ecommerce_opsgenie[0].id]
email_subject = "Email Header"
email_subject = "[eCommerce] Enqueue rate alert"
custom_webhook_payload = "{}"
}
data_source_id = module.ecommerce_storage_transient.id
Expand Down

0 comments on commit cf741a1

Please sign in to comment.