tf-provider 0.2.2

Plugin framework for Terraform and ToFu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TF-PROVIDER

[![Crates.io License](https://img.shields.io/crates/l/tf-provider)](https://crates.io/crates/tf-provider)
[![Crates.io Version](https://img.shields.io/crates/v/tf-provider)](https://crates.io/crates/tf-provider)
[![docs.rs](https://img.shields.io/docsrs/tf-provider)](https://docs.rs/tf-provider/)
[![Build status](https://img.shields.io/github/check-runs/aneoconsulting/tf-provider/main)](https://github.com/aneoconsulting/tf-provider)



Terraform provider library

It enables to write your own TF provider that is supported by both Terraform and OpenTofu.

Links:
- [github]https://github.com/aneoconsulting/tf-provider
- [crates]https://crates.io/crates/tf-provider
- [docs]https://docs.rs/tf-provider/