pytest-terraform icon indicating copy to clipboard operation
pytest-terraform copied to clipboard

tf process manager as context manager

Open kapilt opened this issue 3 years ago • 0 comments

ala

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

kapilt avatar Sep 22 '21 02:09 kapilt