Skip to content

Commit

Permalink
fix: cleanup variables
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseSecurity committed Jul 17, 2024
1 parent 1c0a0d6 commit ce232f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ variable "rate_based_statement_rules" {
}), null)
})
visibility_config = optional(object({
cloudwatch_metrics_enabled = optional(bool),
metric_name = string,
cloudwatch_metrics_enabled = optional(bool)
metric_name = string
sampled_requests_enabled = optional(bool)
}), null)
}))
Expand Down Expand Up @@ -587,6 +587,7 @@ variable "rate_based_statement_rules" {
The maximum length of the value is 50 bytes.
text_transformation:
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl#text-transformation
visibility_config:
Defines and enables Amazon CloudWatch metrics and web request sample collection.
Expand Down

0 comments on commit ce232f2

Please sign in to comment.