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

    Interface TeardownResult

    interface TeardownResult {
        torn: string[];
        kept: { ref: string; reason: string }[];
        state: InstanceState[];
    }
    Index

    Properties

    Properties

    torn: string[]

    refs deprovisioned (or, under dryRun, that WOULD be).

    kept: { ref: string; reason: string }[]

    refs kept + why: protected (no force) or the broker can't deprovision.

    state: InstanceState[]

    the remaining journal after teardown (the kept instances).