Skip to content
/ tf Public
forked from hfern/tf

Write Terraform Providers in Python

License

Notifications You must be signed in to change notification settings

carium-inc/tf

 
 

Repository files navigation

Python TF Plugin Framework

This package acts as an interface for writing a Terraform/OpenTofu ("TF") provider in Python. This package frees you of the toil of interfacing with the TF type system, implementing the Go Plugin Protocol, implementing the TF Plugin Protocol, and unbundling compound API calls.

Instead, you can simply implement Create, Read, Update, and Delete operations using idiomatic Python for each of the resource types you want to support.

Documentation is available at https://python-tf.readthedocs.io.

Installation

This package is available on PyPI, and can be installed using pip.

pip install tf

About

Write Terraform Providers in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%