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

Fork Sync: Update from parent repository #35

Merged
merged 36 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 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
d91e495
Merge pull request #31463 from ringods/b-aws_guardduty_detector-march…
ewbankkit Sep 29, 2023
a154e1b
aws_servicequotas: update to aws sdk v2 (#33656)
jar-b Sep 29, 2023
d80ba0c
Update CHANGELOG.md for #33656
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
```
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 5.20.0 (Unreleased)

FEATURES:

* **New Resource:** `aws_guardduty_detector_feature` ([#31463](https://github.com/hashicorp/terraform-provider-aws/issues/31463))

ENHANCEMENTS:

* data-source/aws_guardduty_detector: Add `features` attribute ([#31463](https://github.com/hashicorp/terraform-provider-aws/issues/31463))
* resource/aws_guardduty_filter: Add plan-time validation of `name` ([#21030](https://github.com/hashicorp/terraform-provider-aws/issues/21030))

## 5.19.0 (September 29, 2023)

BREAKING CHANGES:
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3control v1.33.0
github.com/aws/aws-sdk-go-v2/service/scheduler v1.3.0
github.com/aws/aws-sdk-go-v2/service/securitylake v1.7.0
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.16.0
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.20.1
github.com/aws/aws-sdk-go-v2/service/signer v1.16.5
github.com/aws/aws-sdk-go-v2/service/ssm v1.38.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ github.com/aws/aws-sdk-go-v2/service/scheduler v1.3.0 h1:uzCEL2ILopsOcWvbmeMmmy3
github.com/aws/aws-sdk-go-v2/service/scheduler v1.3.0/go.mod h1:cdpHC7Nd4Yvtf/rhRqyqqI0fzoCb0fpo2oOFVZ0HTeQ=
github.com/aws/aws-sdk-go-v2/service/securitylake v1.7.0 h1:Ou2rjk3siybv09bzpi5fs+9zOYZACxT1LT0KkcDAtIs=
github.com/aws/aws-sdk-go-v2/service/securitylake v1.7.0/go.mod h1:/MCawoN8Xib5q04k2HsIQ+K2cNtC3CHamrfLZXd6KmA=
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.16.0 h1:dhp7Do5oaybdDdYGcdUNyzYFPsM4sNCvuPqph7MG5X0=
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.16.0/go.mod h1:7+H2efEiOCrUl5EEsDFhe5BeI4gHGLUlisCyAJAcSvs=
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.20.1 h1:QxzS/Hr5kixvMyPIXTfspnRUiKgFJSTPrhnglAi2YLI=
github.com/aws/aws-sdk-go-v2/service/sesv2 v1.20.1/go.mod h1:qpAr/ear7teIUoBd1gaPbvavdICoo1XyAIHPVlyawQc=
github.com/aws/aws-sdk-go-v2/service/signer v1.16.5 h1:nqZqDR44/ao9zQXyuCJI8L/C3QQIo4wtZyLtgwJfpEY=
Expand Down
6 changes: 3 additions & 3 deletions internal/conns/awsclient_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading