raymondbutcher / pretf

Generate Terraform code with Python
https://pretf.readthedocs.io/
MIT License
103 stars 14 forks source link
python terraform

Pretf

Documentation Status Build Status

Pretf is a completely transparent, drop-in Terraform wrapper that generates Terraform configuration with Python. It requires no configuration and no changes to standard Terraform projects to start using it.

Terraform includes first-class support for configuration in JSON files. Pretf generates those JSON files using your Python functions.

Documentation

The documentation for Pretf is located at: https://pretf.readthedocs.io/

Features and goals