Open
Description
AWS WAF expands its Data Protection capabilities with new controls for sensitive data in logs.
Affected Resource(s) and/or Data Source(s)
aws_wafv2_web_acl
Potential Terraform Configuration
resource "aws_wafv2_web_acl" "example" {
data_protection_config {
data_protection {
action = "SUBSTITUTION"
}
}
}