| Currently, if the user needs to apply_prep before a resources step in a YAML plan, they need to have an eval step that calls it. This is a bit unnatural in a YAML plan and requires some more knowledge before successfully using the resources step. We should figure out some way to automatically call apply_prep on the user's behalf, potentially either the first time a resources step is encountered or every time a resources step is encountered. We could also add a parameter to the resources step to toggle whether or not to apply_prep beforehand. |