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

Add GuardDuty filter resource #14876

Merged
merged 70 commits into from Sep 2, 2020
Merged

Commits on Jul 7, 2020

  1. Merge pull request #2 from terraform-providers/master

    Merging master into feature branch
    graffzon committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    dd41a64 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Added a partially copied, partially corrected resource file

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    af118c7 View commit details
    Browse the repository at this point in the history
  2. Fixed or workarounded syntax errors

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    70d99dd View commit details
    Browse the repository at this point in the history
  3. Made Create action uncommented and not crashing

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    622fe20 View commit details
    Browse the repository at this point in the history
  4. Made Create action to make its way to the API request

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    8852d14 View commit details
    Browse the repository at this point in the history
  5. Added tags field for creation

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    6f7535a View commit details
    Browse the repository at this point in the history
  6. Fixed tags assignment

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    17e3fb4 View commit details
    Browse the repository at this point in the history
  7. Made create request work for region only condition

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7f22a94 View commit details
    Browse the repository at this point in the history
  8. Implemented DELETE action for filters

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    fc29555 View commit details
    Browse the repository at this point in the history
  9. Filled in finding criteria

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    031b0f1 View commit details
    Browse the repository at this point in the history
  10. Extracted buildFindingCriteria

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    e912469 View commit details
    Browse the repository at this point in the history
  11. Changed the format of guard_duty_filter criterion

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7df19eb View commit details
    Browse the repository at this point in the history
  12. Made different sort of conditions work

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    fb5db6f View commit details
    Browse the repository at this point in the history
  13. Added the update action for the guardduty filter

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c8b3284 View commit details
    Browse the repository at this point in the history
  14. Cleaned up the action default and unveiled the update action

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    4dfc52c View commit details
    Browse the repository at this point in the history
  15. Added validations for generic cases

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    f990e1e View commit details
    Browse the repository at this point in the history
  16. Implemented on-the-flight validation for the conditions

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2fa228f View commit details
    Browse the repository at this point in the history
  17. Cleaned up comments

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bdba53c View commit details
    Browse the repository at this point in the history
  18. Made Id of GD filter to be a compounded one

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    fd81374 View commit details
    Browse the repository at this point in the history
  19. Moved a function

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    34c8630 View commit details
    Browse the repository at this point in the history
  20. Added import function without the findingCriteria

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    08b50a8 View commit details
    Browse the repository at this point in the history
  21. Gofmt fixes

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    db2daeb View commit details
    Browse the repository at this point in the history
  22. Gofmt with -s fixes

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bc4ac65 View commit details
    Browse the repository at this point in the history
  23. Implemented a mock of flattening of the finding criteria

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c241f37 View commit details
    Browse the repository at this point in the history
  24. Fixed map with possible conditions

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d4b07c2 View commit details
    Browse the repository at this point in the history
  25. Made import work also for Finding Criteria

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d6e6608 View commit details
    Browse the repository at this point in the history
  26. Dryed up the flattening functions

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    73a737e View commit details
    Browse the repository at this point in the history
  27. Just moved things around

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7432698 View commit details
    Browse the repository at this point in the history
  28. Fixed create/update case where one field can contain more than one co…

    …ndition
    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2821f87 View commit details
    Browse the repository at this point in the history
  29. Implemented a better error output

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    de0c9b5 View commit details
    Browse the repository at this point in the history
  30. Added tests for GuardDuty filter

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    4d10921 View commit details
    Browse the repository at this point in the history
  31. Improved tests

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    124db85 View commit details
    Browse the repository at this point in the history
  32. Added the documentation

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    f08993c View commit details
    Browse the repository at this point in the history
  33. Tiny stylefix

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    88a5e3a View commit details
    Browse the repository at this point in the history
  34. Updated the resource to work with the new provider version

    Kirill Zonov authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5678e3f View commit details
    Browse the repository at this point in the history
  35. Removed obsolete tests cases

    graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9b3fdb4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a33fa1e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    88da720 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a6c803c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    771b217 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f08db23 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3c15feb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    647492a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    958a39f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e8792bf View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a2885f2 View commit details
    Browse the repository at this point in the history
  46. Remove deprecated 'sidebar_current'

    https://github.com/terraform-providers/terraform-provider-aws/pull/10676/checks?check_run_id=842278427
    
    * bflad/tfproviderdocs#23
    * https://github.com/hashicorp/terraform-website#yaml-frontmatter
    
    > sidebar_current (deprecated) — No longer used for anything.
    > Omit this from new pages, and feel free to remove it from existing ones.
    
    By @suzuki-shunsuke
    graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7da9ed3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d48e8ce View commit details
    Browse the repository at this point in the history
  48. Remove the timeout setting

    #10676 (comment)
    
    > We only provide custom timeout values when there's a need to allow very long timeouts, such as 45 minutes or longer
    suzuki-shunsuke authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    b0c158e View commit details
    Browse the repository at this point in the history
  49. Fix the error handling

    suzuki-shunsuke authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    0199cf6 View commit details
    Browse the repository at this point in the history
  50. Fix the error handling

    suzuki-shunsuke authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    07490bf View commit details
    Browse the repository at this point in the history
  51. Fix the error handling

    suzuki-shunsuke authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c4df914 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    cab69c1 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    045fb77 View commit details
    Browse the repository at this point in the history
  54. Simplify flattenFindingCriteria

    suzuki-shunsuke authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9094964 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5db310e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    fbcd71a View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a120a04 View commit details
    Browse the repository at this point in the history
  58. Use parseImportedId

    suzuki-shunsuke authored and graffzon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    672d35f View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    88ea72d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    87638fe View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e313e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Merge branch 'master' into added-guardduty-filter-resource

    # Conflicts:
    #	aws/provider.go
    #	website/aws.erb
    gdavison committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c5486f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a001f20 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    508424d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    619c9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2213310 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    bc43990 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    54ab4ff View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Updates from code review

    gdavison committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9c8eaf2 View commit details
    Browse the repository at this point in the history