wrapper for terraform so you can write hcl as py dicts
pip install terra-py
see examples
dir for cfg. Like with terraform, from root of cfg dir,
run e.g.
terrapy validate
terrapy plan -out nextplan
terrapy apply nextplan
you can also run terrapy clean
to remove autogenerated .tf.json
files.
tests & pypi publication