Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 410 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 410 Bytes

terrapy

wrapper for terraform so you can write hcl as py dicts

installation

pip install terra-py

usage

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.

todo

tests & pypi publication