-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Pinpoint Application & OpsWorks Application: Don't return an error on successful Delete #30101
Conversation
Acceptance test output: % make testacc TESTARGS='-run=TestAccOpsWorksApplication_basic' PKG=opsworks ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/opsworks/... -v -count 1 -parallel 2 -run=TestAccOpsWorksApplication_basic -timeout 180m === RUN TestAccOpsWorksApplication_basic === PAUSE TestAccOpsWorksApplication_basic === CONT TestAccOpsWorksApplication_basic --- PASS: TestAccOpsWorksApplication_basic (59.71s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/opsworks 67.638s
Acceptance test output: % make testacc TESTARGS='-run=TestAccPinpointApp_basic' PKG=pinpoint ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/pinpoint/... -v -count 1 -parallel 2 -run=TestAccPinpointApp_basic -timeout 180m === RUN TestAccPinpointApp_basic === PAUSE TestAccPinpointApp_basic === CONT TestAccPinpointApp_basic --- PASS: TestAccPinpointApp_basic (21.89s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/pinpoint 31.491s
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! 🎉
--- PASS: TestAccPinpointApp_basic (19.71s)
--- PASS: TestAccOpsWorksApplication_basic (51.21s)
This functionality has been released in v4.60.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
Don't return a
diags
containing a wrappernil
error on successful delete.Relations
Closes #30072.
Closes #29341.
Output from Acceptance Testing