A custom pyinfa connector to interact with opentofu
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src/pyinfra_opentofu_connector | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
pyinfra_opentofu_connector
A custom pyinfa connector to interact with opentofu.
How to make pyinfra recognise this connector
- Create a virtual environment in your pyinfra project folder
python3 -m venv .venv
- Activate the environment
source .venv/bin/activate
- Install this python package in the virtual environment
pip install -e <path to this repo>
- Use this inventory connector when calling
pyinfra @tofu ...