-
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
New resource r/aws_wafv2_web_acl #12688
Conversation
68713bd
to
e0dcf85
Compare
hi @pvanbuijtene 👋 -- dropping a note here to rebase and isolate the resource changes when you get a chance :) |
ec28c41
to
ad1e372
Compare
8439455
to
35d2b4b
Compare
hi @pvanbuijtene, thanks for adding the last code dependency. as it's a collection of helper functions used across this resource and the rule_group resource (and maybe unintentionally is missing the complete rule_group resource definition?), can we rename it to something like otherwise, atm this PR is looking good with output of acceptance tests:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @pvanbuijtene. Last round of documentation edits otherwise LGTM 🚀
Output of acceptance tests:
--- PASS: TestAccAwsWafv2RuleGroup_Disappears (167.05s)
--- PASS: TestAccAwsWafv2WebACL_Disappears (224.07s)
--- PASS: TestAccAwsWafv2RuleGroup_Minimal (242.89s)
--- PASS: TestAccAwsWafv2RuleGroup_RegexPatternSetReferenceStatement (274.50s)
--- PASS: TestAccAwsWafv2RuleGroup_IpSetReferenceStatement (286.61s)
--- PASS: TestAccAwsWafv2RuleGroup_ChangeNameForceNew (472.80s)
--- PASS: TestAccAwsWafv2RuleGroup_ChangeCapacityForceNew (476.34s)
--- PASS: TestAccAwsWafv2RuleGroup_ChangeMetricNameForceNew (479.98s)
--- PASS: TestAccAwsWafv2WebACL_Minimal (304.81s)
--- PASS: TestAccAwsWafv2RuleGroup_GeoMatchStatement (540.75s)
--- PASS: TestAccAwsWafv2RuleGroup_XssMatchStatement (544.00s)
--- PASS: TestAccAwsWafv2RuleGroup_ByteMatchStatement (546.92s)
--- PASS: TestAccAwsWafv2RuleGroup_SqliMatchStatement (550.78s)
--- PASS: TestAccAwsWafv2RuleGroup_SizeConstraintStatement (554.51s)
--- PASS: TestAccAwsWafv2RuleGroup_Basic (562.69s)
--- PASS: TestAccAwsWafv2WebACL_ChangeNameForceNew (580.66s)
--- PASS: TestAccAwsWafv2RuleGroup_Tags (613.83s)
--- PASS: TestAccAwsWafv2WebACL_Basic (645.87s)
--- PASS: TestAccAwsWafv2RuleGroup_RuleAction (667.95s)
--- PASS: TestAccAwsWafv2RuleGroup_LogicalRuleStatements (673.80s)
--- PASS: TestAccAwsWafv2WebACL_ManagedRuleGroupStatement (515.76s)
--- PASS: TestAccAwsWafv2WebACL_RateBasedStatement (457.43s)
--- PASS: TestAccAwsWafv2WebACL_Tags (447.92s)
--- PASS: TestAccAwsWafv2WebACL_RuleGroupReferenceStatement (508.13s)
--- PASS: TestAccAwsWafv2RuleGroup_ByteMatchStatement_FieldToMatch (828.77s)
4a0bb14
to
627ffec
Compare
@anGie44 I see I was getting a bit sloppy at the end 😬 Had to fix a rebase issue, maybe wise to run the integration tests again... just to be sure |
no worries @pvanbuijtene, thanks for taking a look! Output of acceptance tests:
|
This has been released in version 2.67.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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
Closes #11176
Relates #11046
This PR can not be merged before #12677 because of copied dependencies.
Release note for CHANGELOG:
Output from acceptance testing:
Some of the code can be refactored after
aws_wafv2_rule_group
#12677 is merged.