Skip to content

Commit ff7b71a

Browse files
authored
Merge branch 'main' into feature/eja-eli-389-adding-http-security-headers-to-responses
2 parents 53a8e92 + 50c0563 commit ff7b71a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

infrastructure/stacks/api-layer/cloudwatch_alarms.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ resource "aws_cloudwatch_metric_alarm" "acm_expiry_alarms" {
477477
period = each.value.period
478478
treat_missing_data = each.value.treat_missing_data
479479

480+
dimensions = {
481+
CertificateArn = data.aws_acm_certificate.imported_cert.arn
482+
}
483+
480484
tags = {
481485
Environment = var.environment
482486
AlertType = "security"

poetry.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docopt = "^0.6.2"
4242
jsonpath-rw = "^1.4.0"
4343
semver = "^3.0.4"
4444
gitpython = "^3.1.45"
45-
pytest = "^8.4.1"
45+
pytest = "^8.4.2"
4646
pytest-asyncio = "^1.2.0"
4747
pytest-cov = "^7.0.0"
4848
pytest-nhsd-apim = "^5.0.14"

0 commit comments

Comments
 (0)