Pyrraform

WARNING, this project is in an early stage; you should probably not use it yet.

@todo Support Terraform 0.13. (Release notes say that local providers discovery has changed)

Pyrraform is a Python (3.7+) SDK for Terraform (0.12). It allows creating Terraform providers in pure Python.

It’s licensed under the MIT license. It’s available on the Python package index. Its documentation and its source code are on GitHub.

Questions? Remarks? Bugs? Want to contribute? Open an issue!

https://img.shields.io/github/workflow/status/jacquev6/Pyrraform/Continuous%20Integration?label=CI&logo=github PyPI PyPI

Quick start

Installation

Install from PyPI:

$ pip install Pyrraform