Skip to content

Commit

Permalink
Patch: fix variable names for cwe and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rjulian committed May 17, 2020
1 parent 30d8afe commit d661034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions terraform/cwe/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "cwe" {
source = "git::https://github.com/cloudmitigator/reflex-engine.git//modules/cwe_lambda?ref=v0.6.0"
rule_name = "CloudfrontLoggingDisabled"
rule_description = "A reflex rule to detect when CloudFront logging is disabled."
source = "git::https://github.com/cloudmitigator/reflex-engine.git//modules/cwe_lambda?ref=v0.6.0"
name = "CloudfrontLoggingDisabled"
description = "A reflex rule to detect when CloudFront logging is disabled."

event_pattern = <<PATTERN
{
Expand Down
2 changes: 1 addition & 1 deletion terraform/sqs_lambda/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "sns_topic_arn" {
variable "sns_topic_arn" {
description = "SNS topic arn of central or local sns topic"
type = string
}
Expand Down

0 comments on commit d661034

Please sign in to comment.