Skip to content

Commit b4b8fde

Browse files
committed
Remove imports
1 parent 23ba5bf commit b4b8fde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infrastructure/imports.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
# # id = "/aws/lambda/ndra_GetReportByODS"
4444
# # }
4545

46-
import {
47-
to = module.nhs-oauth-token-generator-lambda.aws_cloudwatch_log_group.lambda_logs[0]
48-
id = local.is_sandbox ? "/aws/lambda/${terraform.workspace}_NhsOauthTokenGeneratorLambda" : ""
49-
}
46+
# import {
47+
# to = module.nhs-oauth-token-generator-lambda.aws_cloudwatch_log_group.lambda_logs[0]
48+
# id = "/aws/lambda/${terraform.workspace}_NhsOauthTokenGeneratorLambda"
49+
# }
5050

5151
# # import {
5252
# # to = module.login_redirect_lambda.aws_cloudwatch_log_group.lambda_logs[0]

0 commit comments

Comments
 (0)