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
309 downloads per month
195KB
3.5K
SLoC
TF-PROVIDER
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