Skip to content

Commit

Permalink
Patch: Fix missing source directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rjulian committed May 20, 2020
1 parent a9b01ed commit a404210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/sqs_lambda/sqs_lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module "sqs_lambda" {

source = "git::https://github.com/cloudmitigator/reflex-engine.git//modules/sqs_lambda?ref=v0.6.0"
cloudwatch_event_rule_id = var.cloudwatch_event_rule_id
cloudwatch_event_rule_arn = var.cloudwatch_event_rule_arn
function_name = "CloudfrontLoggingDisabled"
source_code_dir = "${path.module}/../../source"
handler = "reflex_aws_cloudfront_logging_disabled.lambda_handler"
Expand Down

0 comments on commit a404210

Please sign in to comment.