Skip to content

Commit

Permalink
Additional statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 17, 2025
1 parent 1737046 commit f40a9aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public sealed class CloudFormationDeploymentExtractor : ICloudFormationDeploymen
["ROLLBACK_IN_PROGRESS"] = false,
["ROLLBACK_FAILED"] = false,
["UPDATE_COMPLETE"] = true,
["UPDATE_IN_PROGRESS"] = false,
["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = false,
["UPDATE_ROLLBACK_COMPLETE"] = false,
["UPDATE_ROLLBACK_FAILED"] = false,
["UPDATE_ROLLBACK_IN_PROGRESS"] = false,
Expand Down

0 comments on commit f40a9aa

Please sign in to comment.