Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 371 Bytes

tofupy

A Python wrapper library around OpenTofu (and Terraform).

This project was built as an example for Chapter 11 of Terraform in Depth in order to demonstrate how to wrap the OpenTofu or Terraform binaries to control from another language.

Installation

Either tofu or terraform should be installed.

pip install tofupy