Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aneoconsulting/tf-provider

Plugin framework for Terraform and ToFu in Rust
https://github.com/aneoconsulting/tf-provider

Last synced: about 1 month ago
JSON representation

Plugin framework for Terraform and ToFu in Rust

Awesome Lists containing this project

README

        

# 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/)