wellcomecollection / platform-infrastructure

:building_construction: Infrastructure for the Wellcome Digital Platform
MIT License
24 stars 8 forks source link

Update the alert description filter #427

Closed kenoir closed 7 months ago

kenoir commented 7 months ago

What's changing and why?

The alert description filter for "Missing required parameter: response_type" was missing the underscore, this adds it.

See the description being output in Slack:

Screenshot 2024-03-04 at 16 35 27

terraform plan diff

module.auth0_log_stream_alerts.module.auth0_log_stream_alerts.module.lambda.aws_lambda_function.lambda_function will be updated in-place
  ~ resource "aws_lambda_function" "lambda_function" {
        id                             = "identity_auth0_log_stream_alerts"
      ~ last_modified                  = "2024-02-19T09:47:52.000+0000" -> (known after apply)
      ~ source_code_hash               = "MXCUFp/ZwKdgUMRnlvR0oQheEaFzTpJfyRiAunJX7cw=" -> "dBIBz3ywIXiFJhxefEB++XIV7XOXTTRif4I+Je4Bu5A="
        tags                           = {}
        # (21 unchanged attributes hidden)

        # (4 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

[!NOTE] This change is applied.