-
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
resource/aws_guardduty_detector: add support for datasources and s3_logs #19954
resource/aws_guardduty_detector: add support for datasources and s3_logs #19954
Conversation
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.
LGTM 🚀.
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSGuardDuty_serial/Detector'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSGuardDuty_serial/Detector -timeout 180m
=== RUN TestAccAWSGuardDuty_serial
=== RUN TestAccAWSGuardDuty_serial/Detector
=== RUN TestAccAWSGuardDuty_serial/Detector/basic
=== RUN TestAccAWSGuardDuty_serial/Detector/datasources_s3logs
=== RUN TestAccAWSGuardDuty_serial/Detector/tags
=== RUN TestAccAWSGuardDuty_serial/Detector/datasource_basic
=== RUN TestAccAWSGuardDuty_serial/Detector/datasource_id
--- PASS: TestAccAWSGuardDuty_serial (163.23s)
--- PASS: TestAccAWSGuardDuty_serial/Detector (163.23s)
--- PASS: TestAccAWSGuardDuty_serial/Detector/basic (56.25s)
--- PASS: TestAccAWSGuardDuty_serial/Detector/datasources_s3logs (27.60s)
--- PASS: TestAccAWSGuardDuty_serial/Detector/tags (39.06s)
--- PASS: TestAccAWSGuardDuty_serial/Detector/datasource_basic (25.15s)
--- PASS: TestAccAWSGuardDuty_serial/Detector/datasource_id (15.16s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 166.269s
@farhanangullia Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.50.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #14607
Release note for CHANGELOG:
Affected Resource(s)
Terraform Configuration
Output from acceptance testing: