terraform-registry
terraform-registry
is a wrapper around the Terraform Registry API,
allowing querying mainly the Provider
and Module Registry providers APIs.
Install
Add to your Cargo.toml
:
[]
= "0.1"
MSRV: Rust 1.67
Usage
See examples/inspect.rs
for usage example.