This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Description
Is the intended behavior of the “present” state to only add/update parameters passed to the module and leave all other existing parameters untouched or are the parameters passed meant to be represent the complete “desired state” of the object, meaning that existing object parameters not passed to the module should be removed?
I expected the second but my actual results and reading of the code lead me to believe it’s the first...