-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
F config recording strategy #32066
F config recording strategy #32066
Conversation
…d/terraform-provider-aws into f-config-recording-strategy
Community NoteVoting for Prioritization
For Submitters
|
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 TESTARGS='-run=TestAccConfigService_serial/ConfigurationRecorder$$' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/ConfigurationRecorder$ -timeout 180m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/ConfigurationRecorder
=== RUN TestAccConfigService_serial/ConfigurationRecorder/basic
=== RUN TestAccConfigService_serial/ConfigurationRecorder/allParams
=== RUN TestAccConfigService_serial/ConfigurationRecorder/recordStrategy
=== RUN TestAccConfigService_serial/ConfigurationRecorder/disappears
--- PASS: TestAccConfigService_serial (143.16s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder (143.16s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/basic (38.71s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/allParams (34.71s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/recordStrategy (33.98s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/disappears (35.75s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 148.912s
@lafod Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.5.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. |
Description
AWS config now support recording exclusion of resource type by specifying a recording strategy for the configuration recorder. this enhancement would make it possible to specify recording strategy of types defined below
Relations
Closes #32007
References
https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-recording-exclusions-resource-type/
https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html
Output from Acceptance Testing