Skip to content
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_rule_group #12677

Merged
merged 24 commits into from
Jun 8, 2020

Commits on May 20, 2020

  1. Add new resource aws_wafv2_rule_group

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d30935e View commit details
    Browse the repository at this point in the history
  2. Add geo match statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    9de3123 View commit details
    Browse the repository at this point in the history
  3. Add rule action

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a4cec3d View commit details
    Browse the repository at this point in the history
  4. Add byte match statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b66c6c1 View commit details
    Browse the repository at this point in the history
  5. Add byte match statment field to match

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a7ce23f View commit details
    Browse the repository at this point in the history
  6. Rules are not depending on order

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c4e18f4 View commit details
    Browse the repository at this point in the history
  7. Refactor schema

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b843a91 View commit details
    Browse the repository at this point in the history
  8. Temporarly prevent schema changes to break tests

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    57eef26 View commit details
    Browse the repository at this point in the history
  9. Add logical statements

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    5031a59 View commit details
    Browse the repository at this point in the history
  10. Add size constraint statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    766e420 View commit details
    Browse the repository at this point in the history
  11. Add sql injection match statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6aaca59 View commit details
    Browse the repository at this point in the history
  12. Add xss match statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3cbac37 View commit details
    Browse the repository at this point in the history
  13. Fix test according to statement depth

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    86fb082 View commit details
    Browse the repository at this point in the history
  14. Add ip set reference statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b3acc5a View commit details
    Browse the repository at this point in the history
  15. Add regex pattern set reference statement

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    ca7ed80 View commit details
    Browse the repository at this point in the history
  16. Use computed lock token

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a184e52 View commit details
    Browse the repository at this point in the history
  17. Small refactorings

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    0175114 View commit details
    Browse the repository at this point in the history
  18. Rules get ordered by priority

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b326104 View commit details
    Browse the repository at this point in the history
  19. Add mssing retries and set correct validation

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1496d6e View commit details
    Browse the repository at this point in the history
  20. Fix state diff caused by api returning lowercase

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    cdbad01 View commit details
    Browse the repository at this point in the history
  21. Add documentation

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c23f0a5 View commit details
    Browse the repository at this point in the history
  22. Default 1500 capacity can be increased on request

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    13fe6ff View commit details
    Browse the repository at this point in the history
  23. Format test config

    Pascal van Buijtene committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c5bea1d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Apply review comments

    Pascal van Buijtene committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    43237d8 View commit details
    Browse the repository at this point in the history