Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aneoconsulting/tf-provider
- Owner: aneoconsulting
- License: apache-2.0
- Created: 2024-02-27T08:37:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T21:27:24.000Z (5 months ago)
- Last Synced: 2024-12-01T08:12:37.090Z (about 2 months ago)
- Language: Rust
- Size: 509 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)