Skip to content

Commit 258e34e

Browse files
committed
CCM-10246: Lambda edge log group
1 parent 894a454 commit 258e34e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

infrastructure/terraform/components/app/module_download_authorizer_lambda.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "download_authorizer_lambda" {
2-
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda?ref=v2.0.2"
2+
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda?ref=feature/CCM-10246_test"
33

44
providers = {
55
aws = aws.us-east-1
@@ -48,3 +48,8 @@ data "aws_iam_policy_document" "authorizer" {
4848
]
4949
}
5050
}
51+
52+
import {
53+
to = module.download_authorizer_lambda.aws_cloudwatch_log_group.main_edge[0]
54+
id = "/aws/lambda/us-east-1.${var.project}-${var.environment}-app-download-authorizer"
55+
}

0 commit comments

Comments
 (0)