Workstation API - v0.6.2
    Preparing search index...

    Interface ResourceStatus

    interface ResourceStatus {
        detail?: string;
        id: string;
        status:
            | "error"
            | "converged"
            | "drifted"
            | "untracked"
            | "declaration-changed"
            | "removed-declaration";
    }
    Index
    detail?: string
    id: string
    status:
        | "error"
        | "converged"
        | "drifted"
        | "untracked"
        | "declaration-changed"
        | "removed-declaration"