Skip to content

Commit

Permalink
Merge pull request #18384 from hashicorp/b-wafv2-logging-config-depre…
Browse files Browse the repository at this point in the history
…cation-warning

resource/aws_wafv2_web_acl_logging_configuration: remove incorrect deprecation warning for single_header argument
  • Loading branch information
anGie44 authored Mar 24, 2021
2 parents 362106b + ab57f69 commit f300605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changelog/18384.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:bug
resource/aws_wafv2_web_acl_logging_configuration: Remove deprecation warning for `redacted_fields` `single_header` argument
```

1 change: 0 additions & 1 deletion aws/resource_aws_wafv2_web_acl_logging_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func resourceAwsWafv2WebACLLoggingConfiguration() *schema.Resource {
// Trying to solve it with StateFunc and/or DiffSuppressFunc resulted in hash problem of the rule field or didn't work.
validation.StringMatch(regexp.MustCompile(`^[a-z0-9-_]+$`), "must contain only lowercase alphanumeric characters, underscores, and hyphens"),
),
Deprecated: "Not supported by WAFv2 API",
},
},
},
Expand Down

0 comments on commit f300605

Please sign in to comment.