StackState

StackState represents a discrete state of a Stack, which is also the state of its most currently running Run.
  • NONE
    No tracked run has been started yet, so the stack has no meaningful state.
  • INITIALIZING
    The current tracked run is now initializing.
  • PLANNING
    The current tracked run is now planning.
  • FAILED
    The last tracked run has failed.
  • FINISHED
    The last tracked run has finished successfully.
  • UNCONFIRMED
    The current tracked run is awaiting human confirmation.
  • DISCARDED
    The last tracked run has been discarded by the user.
  • CONFIRMED
    The current tracked run has been confirmed by the user.
  • APPLYING
    The current tracked run is now applying.
  • STOPPED
    The last tracked run has been stopped.
  • DESTROYING
    The current destroy job is now deleting all managed resources.
  • PREPARING
    The current tracked run is now preparing for execution.
  • PREPARING_APPLY
    The current tracked run is now preparing to apply the change.
  • REPLAN_REQUESTED
    The current tracked run is pending a replan.
  • PREPARING_REPLAN
    The current tracked run is being prepared to be replanned.