-
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
Added check for on_failure before resetting disable_rollback during refresh #10539
Added check for on_failure before resetting disable_rollback during refresh #10539
Conversation
7f96635
to
a00e976
Compare
a00e976
to
55e72f4
Compare
I hate to ping anyone that isn't already involved with a pr, so guess I'll just drop this here and hope that activity alone might get it some attention. This patch seems pretty straightforward. Would love to see it released! |
55e72f4
to
3a70ae5
Compare
…t it from being reset during refresh.
3a70ae5
to
b188209
Compare
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.
Looks good! 🎉
Output from acceptance tests (us-west-2
):
--- PASS: TestAccAWSCloudFormationStack_CreationFailure_Delete (20.33s)
--- PASS: TestAccAWSCloudFormationStack_CreationFailure_DoNothing (40.19s)
--- PASS: TestAccAWSCloudFormationStack_onFailure (65.31s)
--- PASS: TestAccAWSCloudFormationStack_basic (79.48s)
--- PASS: TestAccAWSCloudFormationStack_CreationFailure_Rollback (82.24s)
--- PASS: TestAccAWSCloudFormationStack_dataSource_yaml (82.54s)
--- PASS: TestAccAWSCloudFormationStack_disappears (93.00s)
--- PASS: TestAccAWSCloudFormationStack_withTransform (93.01s)
--- PASS: TestAccAWSCloudFormationStack_yaml (94.60s)
--- PASS: TestAccAWSCloudFormationStack_dataSource_basic (95.36s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams_withYaml (96.28s)
--- PASS: TestAccAWSCloudFormationStack_defaultParams (97.90s)
--- PASS: TestAccAWSCloudFormationStack_UpdateFailure (108.56s)
--- PASS: TestAccAWSCloudFormationStack_allAttributes (109.13s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams_noUpdate (123.03s)
--- PASS: TestAccAWSCloudFormationStack_withParams (144.75s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams (188.87s)
Output from acceptance tests (GovCloud
):
--- PASS: TestAccAWSCloudFormationStack_CreationFailure_DoNothing (34.30s)
--- PASS: TestAccAWSCloudFormationStack_CreationFailure_Delete (73.62s)
--- PASS: TestAccAWSCloudFormationStack_disappears (75.29s)
--- PASS: TestAccAWSCloudFormationStack_CreationFailure_Rollback (77.00s)
--- PASS: TestAccAWSCloudFormationStack_dataSource_yaml (77.31s)
--- PASS: TestAccAWSCloudFormationStack_withTransform (78.18s)
--- PASS: TestAccAWSCloudFormationStack_onFailure (82.04s)
--- PASS: TestAccAWSCloudFormationStack_defaultParams (84.17s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams_withYaml (85.98s)
--- PASS: TestAccAWSCloudFormationStack_basic (89.50s)
--- PASS: TestAccAWSCloudFormationStack_yaml (94.55s)
--- PASS: TestAccAWSCloudFormationStack_UpdateFailure (117.11s)
--- PASS: TestAccAWSCloudFormationStack_dataSource_basic (117.12s)
--- PASS: TestAccAWSCloudFormationStack_allAttributes (130.44s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams_noUpdate (145.52s)
--- PASS: TestAccAWSCloudFormationStack_withParams (148.26s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams (174.83s)
Acceptance tests are still good:
|
@YakDriver There's a chance this also fixes #1807 ... |
This has been released in version 3.43.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 for triage. Thanks! |
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 #5204
Release note for CHANGELOG:
Output from acceptance testing: