Skip to content

Commit 77bf03c

Browse files
committed
Terraform fix
1 parent 9bc9ad3 commit 77bf03c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/terraform/components/api/module_lambda_get_status.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module "get_status" {
3434
send_to_firehose = true
3535
log_destination_arn = local.destination_arn
3636
log_subscription_role_arn = local.acct.log_subscription_role_arn
37+
38+
lambda_env_vars = merge(local.common_lambda_env_vars, {})
3739
}
3840

3941
data "aws_iam_policy_document" "get_status_lambda" {

0 commit comments

Comments
 (0)