@suluk/provision - v0.2.0
    Preparing search index...

    Interface DriftReport

    interface DriftReport {
        clean: boolean;
        drift: PlanStep[];
        orphans: string[];
    }
    Index

    Properties

    Properties

    clean: boolean
    drift: PlanStep[]

    the steps that would change something (create/update/deprovision) — empty when in sync.

    orphans: string[]