Skip to main content

plan_write_only

Function plan_write_only 

Source
pub fn plan_write_only(
    inventory: &Inventory,
    state: &StateStore,
) -> Result<Plan>
Expand description

produce a plan for a write-only backend, which cannot report existing state. the inventory is validated, then planned against an empty observation, so every declared object becomes a create (and nothing is updated or deleted).