wellcomecollection / platform-infrastructure

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

s/fefpt/fepft #417

Closed davidpmccormick closed 6 months ago

davidpmccormick commented 7 months ago

What's changing and why?

Changing an Auth0 error code typo in order to stop us being alerted about when users have entered incorrect username/password combinations

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                  = "2023-09-07T13:47:09.000+0000" -> (known after apply)
      ~ source_code_hash               = "72j8NOpM9b3DvBbd/aqlk81Lcz20Jw5g/6pJ46XtS60=" -> "MXCUFp/ZwKdgUMRnlvR0oQheEaFzTpJfyRiAunJX7cw="
        tags                           = {}
        # (21 unchanged attributes hidden)

        # (4 unchanged blocks hidden)
    }

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