Skip to content

hfern/tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a072f66 · Nov 17, 2024

History

23 Commits
Nov 3, 2024
Nov 17, 2024
Nov 6, 2024
Nov 3, 2024
Nov 3, 2024
Nov 4, 2024
Nov 3, 2024
Nov 4, 2024
Nov 13, 2024
Nov 13, 2024
Nov 17, 2024
Nov 3, 2024

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.

Installation

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

pip install tf