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