Skip to content

Commit

Permalink
Patch: Update Terraform reflexivesecurity/reflex-engine to v2.1.3
Browse files Browse the repository at this point in the history
Patch: Update Terraform reflexivesecurity/reflex-engine to v2.1.3
  • Loading branch information
mcbanderson authored Oct 29, 2020
2 parents d2b1259 + ee96a3a commit fe8f010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/assume_role/assume_role.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data "aws_caller_identity" "current" {}
module "assume_role" {
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/sqs_lambda/modules/iam_assume_role?ref=v2.1.2"
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/sqs_lambda/modules/iam_assume_role?ref=v2.1.3"

function_name = "CloudfrontLoggingDisabled"

Expand Down
2 changes: 1 addition & 1 deletion terraform/cwe/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cwe" {
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/cwe?ref=v2.1.2"
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/cwe?ref=v2.1.3"
name = "CloudfrontLoggingDisabled"
description = "A reflex rule to detect when CloudFront logging is disabled."

Expand Down
2 changes: 1 addition & 1 deletion terraform/sqs_lambda/sqs_lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sqs_lambda" {
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/sqs_lambda?ref=v2.1.2"
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/sqs_lambda?ref=v2.1.3"
cloudwatch_event_rule_id = var.cloudwatch_event_rule_id
cloudwatch_event_rule_arn = var.cloudwatch_event_rule_arn
function_name = "CloudfrontLoggingDisabled"
Expand Down

0 comments on commit fe8f010

Please sign in to comment.