pytest-terraform
pytest-terraform copied to clipboard
tf process manager as context manager
ala
def test(terraform):
with terraform(path) as tf:
tf.apply(auto=True)
with terraform(path, state_from=tf) as tf2:
apply_mods