RunType

RunType is a type of the Run.
  • UNKNOWN
    An invalid "zero-value" for the run type.
  • PROPOSED
    A run that's creating a change preview or drift detection.
  • TRACKED
    A deployment candidate.
  • TASK
    One-off run started by the user.
  • TESTING
    Test case for a module.
  • DESTROY
    Resource destruction job.
  • PARSE
    Source code parsing job.