Skip to content

Commit

Permalink
CC-3020: Added the SECURITY_HUB_REGION env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Dec 17, 2024
1 parent ccf4b14 commit a449b05
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ resource "aws_lambda_function" "certificate_monitor" {

environment {
variables = {
EXPIRY_DAYS = local.application_data.accounts[local.environment].certificate_expiry_days
SNS_TOPIC_ARN = aws_sns_topic.certificate_expiration_alerts.arn
EXPIRY_DAYS = local.application_data.accounts[local.environment].certificate_expiry_days
SECURITY_HUB_REGION = "eu-west-2"
SNS_TOPIC_ARN = aws_sns_topic.certificate_expiration_alerts.arn
}
}
tags = merge(local.tags, {
Expand Down

0 comments on commit a449b05

Please sign in to comment.