terraform-registry

pipeline status MIT licensed Crates.io docs.rs

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:

toml [dependencies] terraform-registry = "0.1"

MSRV: Rust 1.67

Usage

See examples/inspect.rs for usage example.