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

Support for features in GuardDuty Detector #31463

Merged
merged 33 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
931f43f
fix: add validation of GuardDuty filter name
maxvt Sep 24, 2021
399a612
Support for features in GuardDuty Detector
ringods May 18, 2023
835f068
Additional test for new detector features
ringods May 23, 2023
50676ad
Fix test expectations
ringods May 23, 2023
af620be
Adding the `features` property to the detector datasource
ringods May 24, 2023
8ae9a49
Updated the GuardDuty detector resource & datasource
ringods May 24, 2023
4d0b83f
Revert "fix: add validation of GuardDuty filter name"
ewbankkit Sep 26, 2023
ed33675
Merge branch 'main' into HEAD
ewbankkit Sep 26, 2023
67e3d65
Merge commit '4d0b83f964a4edea485b2a2f11aa871a345c8c59' into HEAD
ewbankkit Sep 26, 2023
ef26485
r/aws_guardduty_filter: Alphabetize attributes.
ewbankkit Sep 26, 2023
0c57c34
r/aws_guardduty_filter: Add plan-time validation of `name`.
ewbankkit Sep 26, 2023
2178e6f
Acceptance test output:
ewbankkit Sep 26, 2023
774d374
guardduty: Add 'FindDetector'.
ewbankkit Sep 26, 2023
c3c684b
guardduty: Add 'testAccPreCheckDetectorNotExists'.
ewbankkit Sep 27, 2023
c892dba
Acceptance test output:
ewbankkit Sep 27, 2023
84b6b3c
r/aws_guardduty_detector: Alphabetize attributes.
ewbankkit Sep 27, 2023
c56ee3d
r/aws_guardduty_detector: Add 'FindDetectorByID'.
ewbankkit Sep 27, 2023
3d5208f
r/aws_guardduty_detector: Tidy up flex.
ewbankkit Sep 27, 2023
bce6c0c
Add CHANGELOG entry.
ewbankkit Sep 27, 2023
1324027
Replace 'aws_guardduty_detector.feature' attribute with new resource …
ewbankkit Sep 28, 2023
f85835e
r/aws_guardduty_detector_feature: Start to add acceptance tests.
ewbankkit Sep 28, 2023
497fd2f
Acceptance test output:
ewbankkit Sep 28, 2023
0f6f312
Add 'testAccDetectorFeature_additionalConfiguration'.
ewbankkit Sep 28, 2023
caddb58
Add 'testAccDetectorFeature_multiple'.
ewbankkit Sep 28, 2023
10be4c2
r/aws_guardduty_detector_feature: Serialize calls to UpdateDetector.
ewbankkit Sep 28, 2023
5b42786
Acceptance test output:
ewbankkit Sep 28, 2023
f48dc59
Revert "r/aws_guardduty_detector_feature: Serialize calls to UpdateDe…
ewbankkit Sep 28, 2023
b470735
Acceptance test output:
ewbankkit Sep 28, 2023
5577fe9
d/aws_guardduty_detector: Correct 'features' schema.
ewbankkit Sep 28, 2023
cb9532f
d/aws_guardduty_detector: Tidy up acceptance tests.
ewbankkit Sep 28, 2023
c720554
Acceptance test output:
ewbankkit Sep 28, 2023
5a114e4
Fix markdownlint 'MD047/single-trailing-newline Files should end with…
ewbankkit Sep 28, 2023
1eaf3c5
Fix semgrep 'ci.caps3-in-func-name'.
ewbankkit Sep 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/21030.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_guardduty_filter: Add plan-time validation of `name`
```
7 changes: 7 additions & 0 deletions .changelog/31463.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_guardduty_detector_feature
```

```release-note:enhancement
data-source/aws_guardduty_detector: Add `features` attribute
```
Loading
Loading