-
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
Final retries for config timeouts #9438
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 🚀
--- PASS: TestAccAWSConfig (1312.48s)
--- PASS: TestAccAWSConfig/DeliveryChannel (141.47s)
--- PASS: TestAccAWSConfig/DeliveryChannel/basic (47.10s)
--- PASS: TestAccAWSConfig/DeliveryChannel/allParams (46.41s)
--- PASS: TestAccAWSConfig/DeliveryChannel/importBasic (47.96s)
--- PASS: TestAccAWSConfig/Config (844.60s)
--- PASS: TestAccAWSConfig/Config/importAws (94.53s)
--- PASS: TestAccAWSConfig/Config/importLambda (131.61s)
--- PASS: TestAccAWSConfig/Config/scopeTagKey (114.74s)
--- PASS: TestAccAWSConfig/Config/scopeTagKeyEmpty (95.35s)
--- PASS: TestAccAWSConfig/Config/scopeTagValue (106.27s)
--- PASS: TestAccAWSConfig/Config/basic (92.46s)
--- PASS: TestAccAWSConfig/Config/ownerAws (93.63s)
--- PASS: TestAccAWSConfig/Config/customlambda (116.01s)
--- PASS: TestAccAWSConfig/ConfigurationRecorderStatus (190.60s)
--- PASS: TestAccAWSConfig/ConfigurationRecorderStatus/basic (48.18s)
--- PASS: TestAccAWSConfig/ConfigurationRecorderStatus/startEnabled (94.92s)
--- PASS: TestAccAWSConfig/ConfigurationRecorderStatus/importBasic (47.49s)
--- PASS: TestAccAWSConfig/ConfigurationRecorder (135.80s)
--- PASS: TestAccAWSConfig/ConfigurationRecorder/importBasic (46.94s)
--- PASS: TestAccAWSConfig/ConfigurationRecorder/basic (44.06s)
--- PASS: TestAccAWSConfig/ConfigurationRecorder/allParams (44.80s)
=== CONT TestAccAWSConfigAggregateAuthorization_basic
=== CONT TestAccAWSConfigConfigurationAggregator_switch
=== CONT TestAccAWSConfigConfigurationAggregator_organization
=== CONT TestAccAWSConfigConfigurationAggregator_account
--- SKIP: TestAccAWSConfigConfigurationAggregator_switch (1.35s)
provider_test.go:247: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- SKIP: TestAccAWSConfigConfigurationAggregator_organization (1.35s)
provider_test.go:247: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- PASS: TestAccAWSConfigAggregateAuthorization_basic (13.55s)
--- PASS: TestAccAWSConfigConfigurationAggregator_account (15.20s)
PASS
This has been released in version 2.21.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, documentation updates, or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Related #7873
Release note for CHANGELOG:
Output from acceptance testing: