ala ```python def test(terraform): with terraform(path) as tf: tf.apply(auto=True) with terraform(path, state_from=tf) as tf2: apply_mods ```