We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894a454 commit 258e34eCopy full SHA for 258e34e
infrastructure/terraform/components/app/module_download_authorizer_lambda.tf
@@ -1,5 +1,5 @@
1
module "download_authorizer_lambda" {
2
- source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda?ref=v2.0.2"
+ source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda?ref=feature/CCM-10246_test"
3
4
providers = {
5
aws = aws.us-east-1
@@ -48,3 +48,8 @@ data "aws_iam_policy_document" "authorizer" {
48
]
49
}
50
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