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 committed Oct 29, 2020
2 parents be01e55 + e0c77ea commit 5d5aa9c
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 = "RdsDeletionProtectionDisabled"
lambda_execution_role_arn = "arn:aws:iam::${var.parent_account}:role/ReflexRdsDeletionProtectionDisabledLambdaExecution"
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 = "RdsDeletionProtectionDisabled"
description = "Rule to detect if deletion protection is disabled for RDS Instance."

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
Expand Down

0 comments on commit 5d5aa9c

Please sign in to comment.