Skip to content

Commit

Permalink
Merge pull request #14 from trussworks/cblkwell-fixing-variable
Browse files Browse the repository at this point in the history
Fixing variable for scan timeout
  • Loading branch information
cblkwell authored Jul 23, 2020
2 parents 5c7b1ee + 746f84f commit d0a7c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anti-virus-scan.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ resource "aws_lambda_function" "main_scan" {
handler = "scan.lambda_handler"
runtime = "python3.7"
memory_size = var.memory_size
timeout = var.timeout
timeout = var.timeout_seconds

environment {
variables = {
Expand Down

0 comments on commit d0a7c1e

Please sign in to comment.