Skip to content

Commit

Permalink
Patch: fix module source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rjulian committed May 17, 2020
1 parent 71a789e commit 30d8afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/sqs_lambda/sqs_lambda.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "sqs_lambda" {

function_name = "CloudfrontLoggingDisabled"
source_code_dir = "${path.module}/source"
source_code_dir = "${path.module}/../../source"
handler = "reflex_aws_cloudfront_logging_disabled.lambda_handler"
lambda_runtime = "python3.7"
environment_variable_map = {
Expand Down

0 comments on commit 30d8afe

Please sign in to comment.