BillableRunState

BillableRunState represents a state that is billed.
  • INITIALIZING
    The run's workspace is currently initializing on the worker.
  • PLANNING
    The worker is planning the run.
  • APPLYING
    A worker is currently applying the run's changes.
  • PERFORMING
    The worker is currently performing the task requested by the user.
  • DESTROYING
    The worker is currently performing a destroy operation on the managed resources.
  • PREPARING
    The workspace is currently being prepared for the run.
  • PREPARING_APPLY
    The workspace is currently being prepared for the change deployment.
  • PREPARING_REPLAN
    The run is being prepared to be replanned.