-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Support Comprehensive Logging Functionality for AWS WAF #5760
Comments
This comment has been minimized.
This comment has been minimized.
Any update on this enhancement, when can we expect to release this? Any chances including this feature in v0.12? |
This comment has been minimized.
This comment has been minimized.
I provided an initial pull request review of #6059 which adds logging support for the
The
@anilkasu please note since Terraform 0.10, providers are no longer distributed as part of Terraform Core and have their own release cadence. Here are the Terraform AWS Provider CHANGELOG and the Terraform documentation on provider versioning for reference. |
…guration argument This also enhances the documentation organization and adds an example of group rule usage. Reference: #5760 Output from acceptance testing: ``` --- PASS: TestAccAWSWafRegionalWebAcl_noRules (18.11s) --- PASS: TestAccAWSWafRegionalWebAcl_createGroup (31.70s) --- PASS: TestAccAWSWafRegionalWebAcl_basic (36.22s) --- PASS: TestAccAWSWafRegionalWebAcl_createRateBased (41.71s) --- PASS: TestAccAWSWafRegionalWebAcl_changeDefaultAction (49.67s) --- PASS: TestAccAWSWafRegionalWebAcl_changeNameForceNew (51.45s) --- PASS: TestAccAWSWafRegionalWebAcl_disappears (57.65s) --- PASS: TestAccAWSWafRegionalWebAcl_changeRules (59.63s) --- PASS: TestAccAWSWafRegionalWebAcl_LoggingConfiguration (86.47s) ```
Support for a new |
This has been released in version 1.59.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
AWS released a feature for AWS WAF which allows wiring up Kinesis Firehose stream to route all the logs about incoming requests and matched rules.
https://aws.amazon.com/about-aws/whats-new/2018/08/aws-waf-launches-new-comprehensive-logging-functionality/
Screenshot
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: