Skip to content

dradetsky/terrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

write terraform configs as python dictionaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages