A custom pyinfa connector to interact with opentofu
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-16 17:11:38 +02:00
src/pyinfra_opentofu_connector readme and imports update 2026-08-16 17:11:38 +02:00
.gitignore Initial commit 2026-08-16 14:32:25 +00:00
LICENSE Initial commit 2026-08-16 14:32:25 +00:00
pyproject.toml prima prova del nuovo connettore 2026-08-16 16:54:02 +02:00
README.md readme and imports update 2026-08-16 17:11:38 +02:00

pyinfra_opentofu_connector

A custom pyinfa connector to interact with opentofu.

How to make pyinfra recognise this connector

  1. Create a virtual environment in your pyinfra project folder
python3 -m venv .venv
  1. Activate the environment
source .venv/bin/activate
  1. Install this python package in the virtual environment
pip install -e <path to this repo>
  1. Use this inventory connector when calling
pyinfra @tofu ...