Skip to content

Commit

Permalink
Update reflex-engine to 2.1.2
Browse files Browse the repository at this point in the history
Patch: Update reflex-engine to 2.1.2
  • Loading branch information
rjulian authored Oct 26, 2020
2 parents 34770b1 + 67414ab commit 20f8d3e
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.0"
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/sqs_lambda/modules/iam_assume_role?ref=v2.1.2"

function_name = "KmsKeyRotationDisabled"
custom_lambda_policy = <<EOF
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.0"
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/cwe?ref=v2.1.2"
name = "KmsKeyRotationDisabled"
description = "A Reflex Rule for enforcing KMS Key rotation"

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.0"
source = "git::https://github.com/reflexivesecurity/reflex-engine.git//modules/sqs_lambda?ref=v2.1.2"

cloudwatch_event_rule_id = var.cloudwatch_event_rule_id
cloudwatch_event_rule_arn = var.cloudwatch_event_rule_arn
Expand Down

0 comments on commit 20f8d3e

Please sign in to comment.