Skip to content

Commit

Permalink
lambda module take var from var
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengaDev committed Jun 22, 2024
1 parent ceec324 commit 50392e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lambda/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_lambda_function" "spectral_scanner_lambda" {
)

environment {
variables = local.env_vars
variables = var.env_vars
}
}

Expand Down

0 comments on commit 50392e1

Please sign in to comment.