-
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
r/aws_configservice_config_rule: fix nil output handling #32439
Conversation
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 PKG=configservice TESTARGS='-run=TestAccConfigService_serial/Config'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/Config -timeout 180m
--- PASS: TestAccConfigService_serial (1783.63s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus (126.33s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus/basic (32.48s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus/startEnabled (59.07s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus/importBasic (34.77s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration (651.87s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/recreates (98.33s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/updates (98.95s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/values (87.53s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/basic (88.52s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/basicBackward (88.07s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/disappears (85.83s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/migrateParameters (104.63s)
--- PASS: TestAccConfigService_serial/Config (871.04s)
--- PASS: TestAccConfigService_serial/Config/basic (85.21s)
--- PASS: TestAccConfigService_serial/Config/ownerAws (87.70s)
--- PASS: TestAccConfigService_serial/Config/scopeTagValue (100.06s)
--- PASS: TestAccConfigService_serial/Config/customlambda (123.31s)
--- PASS: TestAccConfigService_serial/Config/customPolicy (87.52s)
--- PASS: TestAccConfigService_serial/Config/scopeTagKey (99.68s)
--- PASS: TestAccConfigService_serial/Config/scopeTagKeyEmpty (85.86s)
--- PASS: TestAccConfigService_serial/Config/tags (117.42s)
--- PASS: TestAccConfigService_serial/Config/disappears (84.28s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder (134.39s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/disappears (34.42s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/basic (35.60s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/allParams (32.33s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/recordStrategy (32.05s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 1786.922s
This functionality has been released in v5.8.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
Properly returns an error when the describe config rule API call returns a nil response.
Relations
Closes #31559
Output from Acceptance Testing