5 releases

0.2.2 Jul 20, 2024
0.2.1 Jun 17, 2024
0.2.0 Jun 17, 2024
0.2.0-beta-0 Jun 1, 2024
0.1.0 Feb 27, 2024

#644 in Database interfaces

Download history 15/week @ 2024-07-24 2/week @ 2024-08-21 9/week @ 2024-08-28 9/week @ 2024-09-11 13/week @ 2024-09-18 23/week @ 2024-09-25 11/week @ 2024-10-02

309 downloads per month

Apache-2.0

195KB
3.5K SLoC

TF-PROVIDER

Crates.io License Crates.io Version docs.rs Build status

Terraform provider library

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

Links:


lib.rs:

Terraform provider library

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

Implementing a provider consists in implementing the Resource, DataSource, and/or Function traits, and implementing the Provider trait that references the resources, data sources and functions.

Dependencies

~16–26MB
~486K SLoC